Memory Pool Memory Pool Refreshing

5,700 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (723,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,420 184,420 00000000000007b870f0b8ccca88d7aafdc29dcfb60aa112c83a632af3aec5ff 0.25 MB 688 145
184,419 184,419 00000000000009362bf8d30ae87ba1bbc5ebf99aedeb2f9f8c8f24ab5d5b14b4 0.05 MB 135 91
184,418 184,418 00000000000009f8038058b243648390d6fe8efee75788bab1c62d882b5e9b9c 0.25 MB 701 141
184,417 184,417 0000000000000860d262bbece90091946b22e916f3290a901266c171576dd1d1 0.02 MB 75 48
184,416 184,416 00000000000006d95f7bb13c322d499b0a7397c0feb243e5a185dbd5e8d1509f 0.25 MB 650 133
184,415 184,415 00000000000007b79fd5ba6622a614f4b47daaeabb2e40532908517a7e3e83b4 0.00 MB 14 44
184,414 184,414 000000000000071887d2d96a836ed65b7d3d2aae9deb4a7002bb61268ce072df 0.00 MB 11 17
184,413 184,413 00000000000002f3230761c0bc2f6f3a5faccccea7aaabdccf03ecb05e2e26aa 0.00 MB 10 0
184,412 184,412 00000000000007c8eba6526e740dd32ba9ad2506d4bd86e92504a67c66731ac1 0.26 MB 642 133
184,411 184,411 00000000000000a8a6940a13291e4045c80df72e3591de731256fd4849319376 0.25 MB 609 124
184,410 184,410 000000000000097b13f9f098d08019c0e2e39f05960fdf800e1071687252bc4d 0.05 MB 129 80
184,409 184,409 0000000000000757614699e11a456e3d2fb276a53faa520f72561b22819d22c5 0.27 MB 1,024 195
184,408 184,408 00000000000007581bb16da30904fe14b4eebfb326dfa3278c70ef150fcd6a8d 0.26 MB 544 182
184,407 184,407 00000000000002629459b955818e6c8bfb1079298341392c45072321a9c23472 0.05 MB 130 68
184,406 184,406 00000000000008c0ab423a75dfb29cf928d9ca5755528fae5b13c0177e1f2656 0.03 MB 76 54
184,405 184,405 00000000000004d91b4dd452de2239b65f5847c0cc2f867da142f128acf05963 0.03 MB 71 425
184,404 184,404 000000000000055f327705a5b8ed12192763a641af37ec9d6b97fb7bd49a6a4b 0.00 MB 7 297
184,403 184,403 000000000000066930aefb95e7ff55034ceabb569a7e5aca1257fa3920933f84 0.37 MB 1,024 180
184,402 184,402 00000000000003f789f8bbbe8ffa049661ce1f399b48c245ccc7df96a04d4210 0.00 MB 8 0
184,401 184,401 000000000000096eedf914b1311cf709077acf5caec03f624283411d3a1c6d88 0.25 MB 582 138
184,400 184,400 00000000000009fb73e6b4ee417cff3534ab9e613c8bef249cce639ac3948b70 0.05 MB 114 128
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.