Memory Pool Memory Pool Refreshing

68,564 transactions
24.86 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,030 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,152 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,029 (33,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,418 828,418 00000000000000000002cc0cc5d9acb93f223f07d63d23340abc653c33728dfd 2.04 MB 2,686 36
828,417 828,417 000000000000000000031be88f1966f634c203bea7125d1db7dec93c7ac6c143 1.80 MB 2,933 44
828,416 828,416 000000000000000000039f0528a2c95e3d1a8fa2fd7dfa5cefd3cb4db7714895 1.67 MB 2,212 36
828,415 828,415 00000000000000000003ee61448f47618556aeb6104518cde38225d0a98478e8 1.89 MB 2,503 44
828,414 828,414 0000000000000000000320915b28107b6b13b1bd20970ea2a40d0d55bc55c296 1.72 MB 2,901 43
828,413 828,413 0000000000000000000364cfde5f941ca18aff116969f1bf52a9943f7c1c73ae 1.59 MB 3,086 60
828,412 828,412 000000000000000000021f0128dc2e42a4049874eb553b9181313db466d3547f 1.63 MB 3,258 61
828,411 828,411 00000000000000000002767c32d8456501e854f68e033390782ce84609edb597 1.59 MB 2,562 40
828,410 828,410 00000000000000000000023d5faeca48b0a741de563cd0183d012384b549c9f4 1.70 MB 2,836 46
828,409 828,409 00000000000000000002699b8242152c3d15f13ded94bed1cd7c5675bc279cca 1.54 MB 3,055 61
828,408 828,408 00000000000000000002caf018209d59336f01935dcd917d594567736a9bd6e0 1.67 MB 3,498 57
828,407 828,407 000000000000000000016436eadd1831c250d935b3dca8c9ad3624f2dfab43a3 1.47 MB 2,947 75
828,406 828,406 00000000000000000002c8319dcfaf937fcd763522c4c29b87816462629c4506 1.53 MB 3,438 61
828,405 828,405 000000000000000000009a8679ca07cebef0768b7e9da7f60851c683c2feea20 1.82 MB 3,143 38
828,404 828,404 00000000000000000003abfe6de9ac2d6f2ebabb84a22dc69c53f6304ee56718 1.79 MB 3,054 38
828,403 828,403 00000000000000000002f911639571bc7a514d23c358423cd249a109a04d8259 1.74 MB 2,672 46
828,402 828,402 00000000000000000002a96e2449895104581d9326e54b72fc849ee907c4b32d 1.78 MB 3,386 43
828,401 828,401 00000000000000000003efb25e5a695f59cf05fee452d8212b7532433d536177 1.70 MB 2,952 55
828,400 828,400 00000000000000000000db229707a3a592cc4a7cb99ab4c490304a18dd253121 1.67 MB 2,622 48
828,399 828,399 0000000000000000000297cd2d7b78de0ca2d9e6b583427f16a6fe4c8122abc9 1.63 MB 3,145 60
828,398 828,398 00000000000000000000d9ccca5de4392fd7e870dbc59ac9efcf72258d760b14 1.55 MB 2,994 68
Previous 10 blocks ↓
Total Size: 684.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,330.28 GB sent, 99.83 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.