Memory Pool Memory Pool Refreshing

1,450 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,448 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (595,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,341 312,341 00000000000000000d03d10c8a4f87ef43037bc98a34e568b6ef98e066bbff22 0.27 MB 434 28
312,340 312,340 00000000000000000c7ecc153d5b13e1cafc699cbfe9c4c179c214b78de8c860 0.37 MB 616 27
312,339 312,339 00000000000000001ce6432c954762dec774824bc3b487c71f60c4b4442e7ece 0.36 MB 313 18
312,338 312,338 00000000000000000ed5b9931110e22eeb2e464127f9b41b1579e388d28aed08 0.12 MB 256 29
312,337 312,337 00000000000000001060095b0c38a5e0ca490e4bc27dc13dbc327f90feec17ce 0.35 MB 765 33
312,336 312,336 000000000000000002364655eba5569f6a473ee4998b515100065b6595be476f 0.17 MB 290 27
312,335 312,335 00000000000000001457beeba6cc996b365a7f5724c4b46f60ef0f3bab09641b 0.17 MB 302 26
312,334 312,334 00000000000000001e65439c43481870b565aef9c01bca59179088945f82141e 0.03 MB 66 26
312,333 312,333 0000000000000000302f49275f049d1f11f40129846f9e536260da81298ec73c 0.07 MB 164 34
312,332 312,332 00000000000000001ae126f9a1749d480ae04153e46be9b8b9de08385974efda 0.25 MB 363 23
312,331 312,331 00000000000000001a32ce07e9e13ee068b3384693bcb3edc0ff354d92c6b580 0.18 MB 373 28
312,330 312,330 00000000000000000ede6280ad667353ca06679f7d78d5cefcb0517be086b90e 0.16 MB 293 29
312,329 312,329 0000000000000000247623121de6d2d33d4c51d0ca006b18b7c3fc5b66045659 0.07 MB 147 30
312,328 312,328 00000000000000002bd4a20a21d91c4d89fdd6f5bec11dcedd199e126ba09b48 0.22 MB 467 28
312,327 312,327 0000000000000000364d93469d7917bbaf431d0413aabe40618255e30a4b547e 0.09 MB 134 19
312,326 312,326 000000000000000005744f11edcb13be516007fb8a45c5fb37b98bfaf48ef531 0.27 MB 539 29
312,325 312,325 00000000000000001936cba0307b9f44e6ee144ae41bcbdc046611e2384ab176 0.05 MB 77 8
312,324 312,324 00000000000000003743f708593336cfe0f0d41278921db40c296582788eb843 0.64 MB 790 21
312,323 312,323 000000000000000013ee265bf93f0c7a3483ae0aa2598b7cab41d7ca1efb685e 0.50 MB 1,090 42
312,322 312,322 00000000000000002bfb6de9f1fdb336f33201e336710a1488324a2fd4d38c47 0.01 MB 35 33
312,321 312,321 00000000000000000cd032334db20ed103fcd09f9828dc59d25c68d066c9bbc2 0.07 MB 111 7
Previous 10 blocks ↓
Total Size: 769.05 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,627.35 GB sent, 93.12 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.