Memory Pool Memory Pool Refreshing

9,544 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (859,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,345 49,345 0000000019efe891808b6b3aed765413bd45642b9d23c001cf26cde470b37f67 0.00 MB 1 0
49,344 49,344 0000000026859a2c1b3883a15edca250b7946f2bac788a2a3428adfe9be1daf8 0.00 MB 1 0
49,343 49,343 0000000005323d0fc926efabf1ad9ce7fa64e0117c7df9c2ce02d727c4017c11 0.00 MB 1 0
49,342 49,342 0000000003da12b0ca1a4121841263563764e40a81907cce5c740ad24b384696 0.00 MB 1 0
49,341 49,341 000000001e96506f7c45861fab6b1ef20c1d75996afc5bfb13b7182568fcfaad 0.00 MB 1 0
49,340 49,340 000000000ca5b40180078b1674b69f875e57166c5b086354b945d4626d998a2a 0.00 MB 1 0
49,339 49,339 0000000016c3ab9f2c12c07c4c283f61635331f167f29acfe9f6d211f7aeb914 0.00 MB 1 0
49,338 49,338 0000000022562d5a6b7e3207fcbb92ed5d970dfd8245d7366c82520fd8f8dc1c 0.00 MB 1 0
49,337 49,337 00000000072db9dcbc2c6faf9fcde5dbeebcbf8d2b9f2fa1ca711858d203b3c6 0.00 MB 1 0
49,336 49,336 000000001629fbd7d5b91280d5a06aa327483d6f3a003bbca84155998095f17f 0.00 MB 1 0
49,335 49,335 00000000111f1257126fa41f4dcc8f8327a7a524515966aa122146bf5024df2a 0.00 MB 1 0
49,334 49,334 000000001d93e45c46748da91dc08bf82c17b994c803cb26a06111de704ba002 0.00 MB 1 0
49,333 49,333 000000001da7ef902886ffbfe8cd1c7770e634a589be1b77f6885f615ab5b6fb 0.00 MB 1 0
49,332 49,332 00000000149ced9acd52790472b97bb2fd2baf0e3b29cd3ddbcd6201b5904273 0.00 MB 1 0
49,331 49,331 000000001bc5ab341a3bfcf2b877c1d2c7adf3d5344598c52fcc287416fe188e 0.00 MB 1 0
49,330 49,330 000000001947ec2d9123534ea664c3a400e07f8df9edc61a5b8952d82c25848e 0.00 MB 1 0
49,329 49,329 00000000192b1779be28e2e29ec15929a59ddbf215a64f75f5bf4a5fbc6739d2 0.00 MB 1 0
49,328 49,328 00000000109537cd7604f4652ead4f97d8edcaec65087f66d277505fd6c889a6 0.00 MB 1 0
49,327 49,327 000000002576e6dc3f7b63799e1fd3b12438dff30b993b64518e70591a030f7b 0.00 MB 1 0
49,326 49,326 000000000aae3b83b449f361dd0799878fa9b7c2d913d7e27425c58f4634417c 0.00 MB 1 0
49,325 49,325 00000000167c088734a7f49d315beac9a354e38d21298f1620c3ffe55b5580c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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.53 GB sent, 100.87 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.