Memory Pool Memory Pool Refreshing

3,826 transactions
19.85 vMB
Show Random Selection Loading Transactions
Max Size: 81/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (809,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,385 98,385 00000000000145ee2bb201114d0957317c6e9c13779cb817fad9376e5cec77f1 0.00 MB 2 0
98,384 98,384 000000000003858ad3bc080dc52740e29ff3c6a8a036333eeae0bf34d210c89d 0.00 MB 1 0
98,383 98,383 00000000000289e0219e8b0bfab6fdedc5aaab73bc2b8e6afce12027616167c3 0.00 MB 1 0
98,382 98,382 000000000001f4d43b08d1d615008cbfe5880b08f187517df56533b3177e105d 0.00 MB 2 0
98,381 98,381 000000000004097b8dcac23e475047968356278cb14d84bb4f186556b0b1164e 0.00 MB 3 0
98,380 98,380 000000000000efbd408c9c94ed0004d09833075e9f405e234e4d8e20f556fc87 0.00 MB 1 0
98,379 98,379 000000000002cf579abf1015324a7a90dbad3b0bbbc0e01e68fdea5e78b2ecd4 0.00 MB 1 0
98,378 98,378 00000000000000f6a9f32ba9487f9ef9940f49797ba72b44bd0c34ef59b14399 0.00 MB 1 0
98,377 98,377 000000000004e246dbaa40417a1aa68949f81bdf34dc8a4a38bdd7cb90d9e141 0.00 MB 1 0
98,376 98,376 0000000000001ed93406e8396aa3c2271f87b6d22a01947791973e0115b6383a 0.00 MB 2 0
98,375 98,375 0000000000026a40e470452d116962b2bd1d49e2af1a7ab456bf1fc742cde382 0.00 MB 9 0
98,374 98,374 000000000003246a3ce7018fabc592f060b5b0988076d724bc04cf3c591aa628 0.00 MB 2 0
98,373 98,373 000000000003399ebc3f905dd460545ef47795259679b6c57d6977fe179eb07c 0.00 MB 7 0
98,372 98,372 000000000000db89eb70e2cc9bac36f7d863b7c66ce5e8be731c3d8b42af747b 0.00 MB 12 360
98,371 98,371 0000000000017eaa4965033c672c3cab64c86f29269598e04e4d0a89e89f41d0 0.00 MB 1 0
98,370 98,370 000000000001dc82e2efbec3d922f0ce640df4443ceb8c1e4f0a92db3138f091 0.00 MB 1 0
98,369 98,369 0000000000053c6d99b46c781c79458404d794cc1078a0158448c70752e4a948 0.00 MB 1 0
98,368 98,368 00000000000147751049b3051eafedafc14a4c85139b0facac96984803244163 0.00 MB 2 0
98,367 98,367 00000000000106f30bc423e08e5b0e4b5a8480932c8d3047b76587c0641e0a53 0.00 MB 2 0
98,366 98,366 000000000000e1e218540973f1116bffa27a8594a4a3f4ffbae61ad72bc3a1f4 0.00 MB 3 0
98,365 98,365 0000000000038486106fa2851521a6551eb1ffe34b930f53c1ca17e89751839a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.27 GB sent, 98.66 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.