Memory Pool Memory Pool Refreshing

35,551 transactions
31.84 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,154 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,597 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,153 (737,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
125,838 125,838 00000000000029bce6643261bdabb57abf89fe443b5e77e6b60fbfd6d31f0b0f 0.01 MB 17 1,316
125,837 125,837 00000000000027aab5c331faea6e31cb6bb250f957d003d3b245bf0bb43bb992 0.01 MB 24 935
125,836 125,836 0000000000003c3aa9629433af1fddddab3443e9f48b38c55be50cd023485651 0.00 MB 8 1,615
125,835 125,835 0000000000003a589ab7fabf5aa4e4f12d27465019d3867b1710740aac3a8e32 0.03 MB 90 152
125,834 125,834 00000000000020d817db226a75c6e902f9b3bdfc70464214a5460913b3372b86 0.02 MB 33 496
125,833 125,833 0000000000002cfe46595be6924f1d29495b9ff88839dd7f43633415ee9de71c 0.02 MB 35 884
125,832 125,832 0000000000000a9ecaffe64f2539e6baa3db2e0e4d701caac143f754094dc98a 0.00 MB 11 580
125,831 125,831 00000000000042fbe24ed3cbf1c5fde83d806d3a5a742d7516ee8227faa2ea2e 0.00 MB 10 0
125,830 125,830 000000000000246ee32e41a793c5ca7b4b06ac3b0968fed3b63276b149fd7942 0.02 MB 43 1,009
125,829 125,829 00000000000034280c230cc5dd755edf1830b1561066afde466d31d7036c8925 0.00 MB 8 337
125,828 125,828 00000000000033f857e30a0b54b39fa1d08da905f80cea006ed9a63d18c4aaf7 0.00 MB 8 1,525
125,827 125,827 000000000000179240bce14cf02a1d2f3ae45dcd4dbe3213dc6a1613e54e6c6d 0.03 MB 75 54
125,826 125,826 00000000000030e4c86b212932730d533d5bec7e857803f2f77d95798776b2be 0.02 MB 29 332
125,825 125,825 0000000000000e68eb651587b102a82f1df9a9a8fb30f6bebe1a9ea07c515d32 0.00 MB 7 631
125,824 125,824 0000000000002190ea06bedb53e2c166ef983485e8162e83034b297911e3a3ba 0.00 MB 5 0
125,823 125,823 00000000000005c03786c5f3ccd20e3f9b790d81d96cf1450b94abcddd05357c 0.01 MB 16 1,117
125,822 125,822 00000000000015b0b2c92f538aa778bf7158df9582274eefbb54c206a335fedf 0.00 MB 7 0
125,821 125,821 00000000000012e0e2a1fd58571c8e2de4662f396d7604cd52da148a1ced0f03 0.00 MB 9 0
125,820 125,820 00000000000006dce738f5f5abab307e43de3c6b14668c2b594385aacc2a0607 0.01 MB 17 1,084
125,819 125,819 0000000000002e8b769089e9405dd29b31a1bd3f4072ff0c2601186ad6e29dcd 0.01 MB 28 969
125,818 125,818 000000000000085303bdac939149e701da96a910872f526cfd1bb48c05c19854 0.00 MB 5 489
Previous 10 blocks ↓
Total Size: 686.40 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,451.53 GB sent, 114.44 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.