Memory Pool Memory Pool Refreshing

3,757 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (5,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,510 902,510 00000000000000000000a8332f354187218dad6034464941750247251f48169a 1.59 MB 4,156 6
902,509 902,509 00000000000000000000bd3fe4ae7fc3d35f23ac29a05ccd45c46bd9d29b715c 1.53 MB 3,723 8
902,508 902,508 00000000000000000000879f97a5390e2a9ed3ef2657b72842cabd5828dbc9b3 1.77 MB 2,587 3
902,507 902,507 0000000000000000000198448cc51395ae6ad21d22bda12d142c3059262bdc15 1.57 MB 3,702 8
902,506 902,506 00000000000000000001d2234b482be46cf6f85a13606dbef1876799cc651bdd 1.64 MB 2,546 4
902,505 902,505 0000000000000000000141cd401bdec9d930430b321ded3783b1bb00cc6ed1e2 1.50 MB 4,044 8
902,504 902,504 00000000000000000001549271afcc7bedf99331bb6bc7c297a8481b37c0c6d8 1.66 MB 3,111 4
902,503 902,503 000000000000000000000d6f8b66f31443d4ffbd969eac7e4d21f818cf927434 1.54 MB 3,175 7
902,502 902,502 000000000000000000009c13b0f595f953926a853ddb310fad8dfb6f997c3ad3 1.62 MB 3,260 4
902,501 902,501 00000000000000000001b078dec67c10a50958345059a8691f2b9253e16cc21d 1.54 MB 3,430 5
902,500 902,500 00000000000000000000775e52bf1918683898e51a139f86a8d11a51668c7bc8 0.00 MB 1 0
902,499 902,499 00000000000000000002173857dc821186d17c6aee85e545a74625b6bc9c3656 1.03 MB 208 2
902,498 902,498 00000000000000000001d20a8860b3169fdc72c880cc73153efdc481625643a7 1.24 MB 1,414 3
902,497 902,497 000000000000000000017f4088f1ef947cd563ffcc90652b569e47f361599d97 1.37 MB 2,226 3
902,496 902,496 00000000000000000001838bf36b4bf0f8b480ec11c4454c1b55934ceac5dcc6 1.04 MB 330 2
902,495 902,495 0000000000000000000053df8b76a700a3a7acbddc6dca976ded9e4042073507 1.19 MB 635 2
902,494 902,494 0000000000000000000033f1647ef831f21643df8447998dae9c3722c7073737 1.31 MB 3,815 2
902,493 902,493 0000000000000000000109674d6d00e46909fb07ee826284cca3d0a20b1b17e9 1.43 MB 2,654 6
902,492 902,492 00000000000000000000ae0c87963d0b2f50fedd3e9d4fbb26105d031490112c 1.35 MB 1,328 3
902,491 902,491 00000000000000000000792174f1a86113365d714e0848271cc174636388155a 1.40 MB 2,187 4
902,490 902,490 0000000000000000000070aeac43a9e113f7db86bbe6c45b3f9d6c83351fb13c 1.39 MB 1,074 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.