Memory Pool Memory Pool Refreshing

2,036 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,758 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,018 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (82,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,428 825,428 00000000000000000003d3376e006b4ca6ded4e76260d66ed85aa6060affc9de 1.79 MB 1,336 55
825,427 825,427 00000000000000000000d25f0768d4ae31c33bd64f169c284f54ef4b08fdf414 1.66 MB 2,137 68
825,426 825,426 00000000000000000001db2cf3f4e1151c56e8a47fc815975901c7b6dd29f404 1.74 MB 2,220 46
825,425 825,425 000000000000000000039daca518193dc9508a6baffe028e2ec500409fd8a98f 1.39 MB 2,369 125
825,424 825,424 00000000000000000002eb7eb374f98cd63757971fb5e78c850c87ae2353f7c9 1.44 MB 2,496 80
825,423 825,423 00000000000000000002b5543202a8d917380a1a083058dc902c71dda948c881 1.10 MB 748 38
825,422 825,422 00000000000000000000a53b85a95d28312f81eafdf46050845f243f1fc29f3a 1.47 MB 2,620 68
825,421 825,421 000000000000000000007b40312c6815f5ff50cf1eb0bc41d21e9706620fb77d 1.39 MB 1,655 53
825,420 825,420 0000000000000000000251549393013fd3e045aeba6ff13ec670ddcb2c480d76 1.09 MB 518 31
825,419 825,419 000000000000000000031476103fb83f2707bf861e91d0a2a0b4e7a5f9f9b49e 1.90 MB 2,960 39
825,418 825,418 0000000000000000000246cf8060a1b2ff2831ffa7c79f2a7ce75268525eae73 1.55 MB 2,578 79
825,417 825,417 000000000000000000019c4947993d0b1bc66d2231844b64c0496b2aa67fe139 1.50 MB 2,737 58
825,416 825,416 000000000000000000022e20f2c3ed7c7a2b3b12c728ad410f2e94801ed166d8 1.72 MB 1,620 75
825,415 825,415 00000000000000000000672088198a1489c1af5457ae20723088e026a4f7c76f 1.39 MB 2,238 71
825,414 825,414 0000000000000000000239048e060c412c093f6b74a4698377c7abc429e1e380 1.34 MB 1,214 188
825,413 825,413 00000000000000000000dddbaef5db6266d3772d8f6626ddb5c031658dbf5ff3 1.12 MB 250 33
825,412 825,412 000000000000000000015986eb4253b3379ffca3e7c4108aac20a7325fddc455 1.58 MB 1,387 30
825,411 825,411 0000000000000000000224aa191c0ef7dc3df5387600a6f8996832808ea65928 1.51 MB 1,911 55
825,410 825,410 000000000000000000021b359df8e15ffed8fa01f9dd1707fe87c5b86a668b95 1.57 MB 2,406 67
825,409 825,409 0000000000000000000104801cc79c15d50e61297cdd940fbe7c2118fc710bbf 1.45 MB 2,380 109
825,408 825,408 0000000000000000000085b0cc1246e6258b134fdfc5868d9648ec5c54a146d1 1.60 MB 2,371 90
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.34 GB sent, 93.35 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.