Memory Pool Memory Pool Refreshing

1,719 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,716 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (161,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,611 746,611 000000000000000000018a80aeaa28609ec07e12de6d0bdd217609a5219c5fa2 1.66 MB 2,521 8
746,610 746,610 00000000000000000005a1a294b3fd0042ed5388f5146fa9a637baaa3b66a49f 1.57 MB 2,430 22
746,609 746,609 00000000000000000009ed649ac335fcae328645141333ca19fbdf5009cc01f3 1.41 MB 2,241 10
746,608 746,608 0000000000000000000439c9398ea99794594df7ad6fde017c56376ba4166026 0.50 MB 1,122 11
746,607 746,607 00000000000000000000ad9b2b7f1330d489d61c54660e36fd04a0b90c3c8413 1.66 MB 1,787 6
746,606 746,606 00000000000000000005714095380bb1dca6a074ed7c4d6bf2f14fc8fd6231fa 1.75 MB 1,449 1
746,605 746,605 00000000000000000008ba25f5f025073c1aef26f27c291d746e261cbda27f6c 1.54 MB 2,404 10
746,604 746,604 000000000000000000082fcd92a7cc6c1a93600bad8b6c0c57ddda9709e732d3 1.23 MB 1,374 11
746,603 746,603 000000000000000000048bf4b1e002992fb5aa23cffe88538a0bdd1d67fd0985 1.46 MB 2,170 6
746,602 746,602 000000000000000000086438330ff0d431677a0c97f19ed3fa923a4fbc072cdd 1.61 MB 3,351 8
746,601 746,601 00000000000000000009e92ce5f1ce4c8d35e1c5b5d2da02e7349401557629aa 1.51 MB 2,704 9
746,600 746,600 00000000000000000005d4fc17cb12b468c0e75ab988a7d3ef7b7e68c4a03aea 1.65 MB 3,124 5
746,599 746,599 0000000000000000000369ed2ce6c4fc11aaea7fc496d7682f54450ed7cd67d0 1.58 MB 3,144 14
746,598 746,598 0000000000000000000a231ce6b74f63b93faf8867c6dc9501c8a99363d9b571 1.60 MB 2,840 11
746,597 746,597 0000000000000000000053d38d7aaca3ee1a8ed85d73ece3235d0ada6bb50264 1.44 MB 2,381 25
746,596 746,596 000000000000000000016c03bd5c4417b88fe4ca2d8981a1747111bcdc0cf07f 1.43 MB 2,509 17
746,595 746,595 000000000000000000037318f61cabecc55ff68303328be848623473eff16b4d 1.59 MB 2,796 11
746,594 746,594 0000000000000000000358943ea13dd5b6dbc51f34078b86e78fbe11b91977be 1.49 MB 2,220 15
746,593 746,593 00000000000000000000cf7acd9d837336e274f016ee917341ed61f3bee1dc68 0.03 MB 83 8
746,592 746,592 00000000000000000003b2413c7b520f8739e847d752df7ea6064a81d1a89866 0.39 MB 344 6
746,591 746,591 00000000000000000000223dee80886c6cd617005ce9b12342ac92434cfe35f4 0.99 MB 1,833 11
Previous 10 blocks ↓
Total Size: 769.08 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.18 GB sent, 93.27 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.