Memory Pool Memory Pool Refreshing

6,561 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,943 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (843,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,531 65,531 000000000899ae964ec56813ea41213f9a8baeab31b3870509b5e90a99776135 0.00 MB 1 0
65,530 65,530 0000000008dbb5385391db06e6fc144600f02b2b1cce3bed4794952facac3f4c 0.00 MB 3 0
65,529 65,529 0000000005603b3694d510cf36d3711e1bb41e8dcfda8a1c4e7252c376266e3c 0.00 MB 1 0
65,528 65,528 0000000003ba8fdc9ce5c5dc4c042bad720f436f7d4fcd3196207c6c371ed9d0 0.00 MB 2 0
65,527 65,527 000000000411b2e62e9611c682a47eaf2513fb0d626b7edc870f8c349bf746d2 0.00 MB 1 0
65,526 65,526 000000000a632e6e0e7fe2838832a531086de684270473a4ca23dbd7d082cd97 0.00 MB 1 0
65,525 65,525 00000000019c1ec74042dfd3553a9305078b1aafa2519c8c0e58a524d5d63edf 0.00 MB 1 0
65,524 65,524 0000000002bb8a9a21bd02e7cd67ecde181f4d899f60f815a2b4484951ce6d74 0.00 MB 1 0
65,523 65,523 000000000176a3e231ecf00cb334e86052c99b9cfdc99fd3f285bf1c1aaef44c 0.00 MB 1 0
65,522 65,522 000000000840360352aa04609235a284d9a1c2c4ecbb47956f60e372e62d43b6 0.00 MB 1 0
65,521 65,521 0000000005a2ee55dd1b205f93e11e231fc100361daf84dd5786f273a95189c0 0.00 MB 1 0
65,520 65,520 0000000001968fc5fa10cad6a3c305e3e0924d5a9dd9550e93acc05a8aca968d 0.00 MB 1 0
65,519 65,519 00000000057ae5f55f157b38c995f239965c876be2c8ea68c81955a7e0ec2f1d 0.00 MB 1 0
65,518 65,518 0000000009d798e9fb74e2a942e191f23e433ae7e8bd97306194fdb4427d8bf8 0.00 MB 1 0
65,517 65,517 00000000055da5e56c97bc41fa66d18a85e966397dc98fcf8c1f970463a1158a 0.00 MB 1 0
65,516 65,516 0000000005d17574c3b2c5573bb1092d3e1c72f910c9b2577924c966f30e582a 0.00 MB 1 0
65,515 65,515 000000000307f90584da22fa5cfee6a2b80f8fc9501b79be56763a440cf151d3 0.00 MB 1 0
65,514 65,514 00000000064c4c6669a1ef7c26dc5d98ba03b5ac6582c7901479205c337f9260 0.00 MB 1 0
65,513 65,513 00000000060f8e2c251776071b9d3e0b574326b6ee4f0d01ef061e1e2ac86f97 0.00 MB 1 0
65,512 65,512 00000000018c7d95ac6aab7c9cee4a37a24b370ad4abccd724aea167080e2bbf 0.00 MB 1 0
65,511 65,511 0000000007c186e0e53262e8ce93a00c8161a528fcb42a18f1a2581996699f3f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.