Memory Pool Memory Pool Refreshing

4,073 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (296,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,875 610,875 0000000000000000000fd7d203da0d2db3444a33618ba9f7a0b3fc2110165bf6 1.19 MB 2,634 13
610,874 610,874 000000000000000000141510398d1870de67c041c1baa0444b0c58e3f4cbcb49 0.48 MB 1,064 6
610,873 610,873 0000000000000000001141af9131459258e58d0f76cf02dd81ad9a740dacc3ab 1.19 MB 2,396 11
610,872 610,872 0000000000000000000d352134add776fd09d6704168cfed02db6204f564a1bd 0.69 MB 1,878 12
610,871 610,871 0000000000000000000437c9a6bb7c071d67c60e0f1fe30d2d6a0f2c365c2cc8 0.06 MB 126 9
610,870 610,870 000000000000000000091c70ab1ee4671b558e2c3f87ea681a2749db2071439b 1.10 MB 2,783 13
610,869 610,869 000000000000000000081e7b9a130a240fe8cc694723e3601c986fc725dd3c7a 1.32 MB 3,039 9
610,868 610,868 0000000000000000001276886b459ee5bbf84be614636f638c0595a2657760a2 0.65 MB 978 4
610,867 610,867 0000000000000000000c59efc7c5eadf40384d67feace55df3e4e5ef7b3b040c 1.35 MB 3,266 10
610,866 610,866 00000000000000000007f07235c54253f3b600184b6b1af98fae011c4517069e 0.96 MB 2,119 10
610,865 610,865 00000000000000000008f029112b79dceff814dcf02e1902474ac8051af16a8c 0.14 MB 212 4
610,864 610,864 0000000000000000000b5930cb20a0ac7b6db21314be68fd726f0bf8659356f7 0.42 MB 1,234 6
610,863 610,863 0000000000000000000930ea9da5c64641207f0f4ae355092c8c3faa0e4b7015 0.35 MB 964 8
610,862 610,862 0000000000000000000ca39b7f332d565a0fde34262e741fb544c0f689fd43df 0.75 MB 2,117 10
610,861 610,861 000000000000000000008f83dec305b1977cd5e6f9d5be0152cb35ebde91bc00 0.04 MB 143 10
610,860 610,860 00000000000000000005ed4eec54f34202b7c8e7e4a8b062a8c64370baa22196 0.72 MB 1,879 11
610,859 610,859 000000000000000000129af3320337dcdb845823b7b565537da1d464ffc6f40b 0.90 MB 2,106 8
610,858 610,858 0000000000000000000b77a25d72c873f200f9556e4138fe61e55b7292665639 0.31 MB 713 5
610,857 610,857 0000000000000000000c7f2dfb7242a573d19cc328aa1ab51868013671d8e5dc 1.32 MB 3,493 9
610,856 610,856 0000000000000000001174610b56e2206a1931cd5ab3909030249a2966ab7dd2 0.36 MB 961 10
610,855 610,855 0000000000000000000dd48089e07320bdbb700601b10379fda17e8b7b3e3e99 0.50 MB 1,327 9
Previous 10 blocks ↓
Total Size: 769.30 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.67 GB sent, 94.43 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.