Memory Pool Memory Pool Refreshing

389 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 381 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (888,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,727 19,727 00000000641d6ba12de7231913a380e3a89e2b06585690f19bd5ab4bf38428d3 0.00 MB 1 0
19,726 19,726 00000000be4fc9af78c7265b7dc9b42d797d76282da494f4ed07e4031283eaa6 0.00 MB 1 0
19,725 19,725 00000000181975d74adfa548eee6f36d7db15698711491f017281a237f85a28a 0.00 MB 1 0
19,724 19,724 00000000bef2501f26e11064cb3bd349de002ff50aca520e15d6d3dffc5d7e2a 0.00 MB 1 0
19,723 19,723 00000000f5138a3ae063a99bbb7f8d1edb25471524201bc7624e9dbd408328b4 0.00 MB 1 0
19,722 19,722 00000000f68eccb15fe31a0b7a316de6b07d718b1b04d30720a8368eab2f196f 0.00 MB 1 0
19,721 19,721 00000000e03d031ae6d78de2cdccb344fb6cccc729ce6098d3302ba7bc379636 0.00 MB 1 0
19,720 19,720 00000000ee627c7341cfa639d93430d52389856a0baea2abf67a703a716d8457 0.00 MB 1 0
19,719 19,719 000000002751d6516b72b636451c36c404b71c2116806e6ee33a2717a577f078 0.00 MB 1 0
19,718 19,718 00000000567a9c4d83542aa9896624e7c981074d44f7b7fd2ad4b9e8f67e6dc5 0.00 MB 1 0
19,717 19,717 00000000f94cfc351463b581e4e57b5e871c7cbf56342d0aee1e4001a9e9cde5 0.00 MB 1 0
19,716 19,716 0000000035012078505ea521b0b5298ef122e5f9d751b000555389b9294109cb 0.00 MB 1 0
19,715 19,715 00000000ba57323edf503cc473ba88b365f1bc0cd9e5368fbebafdf29c9b6f86 0.00 MB 1 0
19,714 19,714 00000000796bc521f028709b4db087035580e80aba959d7c362506494ea1c197 0.00 MB 1 0
19,713 19,713 00000000862cdf9a94ae50a256067345ae147a5d7bec54f0e8a3afe869860951 0.00 MB 1 0
19,712 19,712 0000000031c78fa96d84119c4bd416e9400334b4058773a711e52d4411633fbf 0.00 MB 1 0
19,711 19,711 0000000013853322b7a26db1d7029ade0a14241bf784cda69d32fff0815a1a41 0.00 MB 1 0
19,710 19,710 00000000ae3b2f30dc95a6b28c4903f46717b90a963e4cdb41830e660ba30ec8 0.00 MB 1 0
19,709 19,709 00000000e61d92de2cf449a03cd992b6901aafe31ac53c395ac26c9159948597 0.00 MB 1 0
19,708 19,708 000000005c5cb2acb3b4cf35a6d8372b87886d128eb96adf2119f2edc94ec3d2 0.00 MB 1 0
19,707 19,707 00000000e24398a52de3ad9266a587164f12b1d04f150294b27837b13232b82f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.83 GB sent, 100.49 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.