Memory Pool Memory Pool Refreshing

72,457 transactions
27.26 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,017 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,091 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,016 (64,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,442 797,442 00000000000000000002d74e84fddcab0bc8181c4a9aa3a1ddc14e38c1b2c895 1.47 MB 2,306 16
797,441 797,441 00000000000000000000112419b8e2056f65bab384712aa08a3abeeedec27394 1.67 MB 2,653 17
797,440 797,440 000000000000000000037bfc9389160d07f0c34fa9a30755b9f8a931227f1b43 1.56 MB 1,701 12
797,439 797,439 0000000000000000000218e14f4d0a2531ab179157052ce9279b3a8cfab047b4 1.27 MB 1,027 13
797,438 797,438 000000000000000000052618ea25d6dcfa67d9fc7c3e33192ad66771555f8472 1.53 MB 2,726 15
797,437 797,437 00000000000000000004143d1a112744c231f12b76381909255ee8b71d264543 1.40 MB 2,531 23
797,436 797,436 000000000000000000021b36a5446b8198a96821ef1a532e8346ee3ad0fa917e 1.51 MB 3,230 16
797,435 797,435 00000000000000000005111b4b04d585a8812d99dd7661b871eaf759ad430fcf 1.58 MB 3,423 22
797,434 797,434 000000000000000000032084555dd446f6f72b46d467852372288a9332890008 1.53 MB 3,679 25
797,433 797,433 0000000000000000000118742e24eca6ae8adaccd5db94a2b2c4cf25159b1638 1.58 MB 3,282 31
797,432 797,432 000000000000000000012bef096afe0bcfb496dd60f8063baa491d0dd1566361 1.54 MB 3,325 33
797,431 797,431 0000000000000000000532f142e1295f9b46a080ccfcfa907a7c1a3ec166d4d6 1.96 MB 1,778 7
797,430 797,430 00000000000000000002a341f0fc552c274780936d06a7ab20c5b78a587ee30b 1.67 MB 2,368 13
797,429 797,429 00000000000000000004b179ef5afaf16cd69710f1bfbba1b6a3220b5aa0ce6e 1.64 MB 3,045 10
797,428 797,428 000000000000000000024dc5e69a90c52e766478558c78fdc123880f477de252 1.67 MB 3,037 18
797,427 797,427 00000000000000000000f7d198fa0235adc0d939bfe3ca203e22af57d14116b9 1.63 MB 1,969 24
797,426 797,426 00000000000000000001485772350a19e54bc539ef3b56faed386b56607a7156 1.60 MB 2,053 10
797,425 797,425 00000000000000000004cde976dcbce12cb9715ccadd45951d930d9c0e9e05c2 1.74 MB 1,533 7
797,424 797,424 000000000000000000002bc48cdee43b5e384539157fc8646189f043cbb5cf87 1.66 MB 2,798 15
797,423 797,423 000000000000000000003e76739a34b44c6c025f23af751001b27734ebe4cb82 1.59 MB 3,391 15
797,422 797,422 0000000000000000000550837a663bcf73876ac5c3dfe2d14a6e5eed7ec27a44 1.55 MB 2,156 11
Previous 10 blocks ↓
Total Size: 684.19 GB

Node Information

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