Memory Pool Memory Pool Refreshing

24,320 transactions
27.07 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,075 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,804 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,074 (110,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
751,538 751,538 00000000000000000008d4739f04052ee541284b2abd2d3ce09e27b5587b6cec 1.56 MB 2,122 10
751,537 751,537 000000000000000000025bd46f0e9f0792edf78c77fbf4413cfa489a419acb41 0.25 MB 584 8
751,536 751,536 00000000000000000008a3ee8028ed249089384f08ff54a0f6903f5260ddb427 0.26 MB 558 7
751,535 751,535 000000000000000000055aabd57a015eb044351c553c1290f59c8eb11ea44a6a 0.17 MB 235 5
751,534 751,534 00000000000000000006725cfe3709965c23adf530fbf586bc5b8c669a997343 0.83 MB 1,061 5
751,533 751,533 0000000000000000000810e1833d9935f59c6b1507cec75cdb524dbce6b2bc3e 0.11 MB 247 10
751,532 751,532 00000000000000000007e98f531c90ea13f462a8d32805db1c521d5e930be795 1.07 MB 1,576 2
751,531 751,531 000000000000000000010a94a671e1bf2800167de91554d65d2c54608f042f75 1.34 MB 1,981 11
751,530 751,530 00000000000000000001672d2b40d0bd1f53225d0da9f796877df3a1f4104eec 0.19 MB 368 8
751,529 751,529 00000000000000000003a663fd69772b7f2d168fbf8816c3b14e2359c202bb63 1.34 MB 2,110 8
751,528 751,528 00000000000000000000b02116c5787142ecc3b0bd4085b08c0a43d6f3601de8 0.36 MB 571 7
751,527 751,527 00000000000000000005d365a411fe33ee074bf230d10b6d722417e461f08664 0.89 MB 1,535 6
751,526 751,526 000000000000000000003e83f80d92a68f34a04c9693be993db6accd8a3b4516 0.90 MB 1,742 8
751,525 751,525 00000000000000000000d5fd99490540883f80b9ba82e406fcbf3fd78728311d 0.11 MB 247 9
751,524 751,524 00000000000000000003e0606b8343fd1cd4e292931c017ff602fef10051b252 0.36 MB 549 8
751,523 751,523 00000000000000000004845435ef561ecc39936d80e390ee08a35211958848f7 0.87 MB 441 2
751,522 751,522 000000000000000000014c0a34929b37063273798a09e8d6fa9816c497479a0c 1.57 MB 2,617 10
751,521 751,521 00000000000000000003b9abbffdb50fe88041538f506bd1a93bddd1b7cb7477 0.56 MB 792 7
751,520 751,520 000000000000000000002636aefba65a6bf9abac95b703f5bacd97d4463150fc 0.02 MB 50 6
751,519 751,519 00000000000000000004cca635eb9a5c6dc14edbc00a01e9c2c7e9e0281b3524 0.99 MB 991 5
751,518 751,518 00000000000000000001c5874ba250e067942a47586b18dbeb2fbb6e33fa1596 1.54 MB 2,781 8
Previous 10 blocks ↓
Total Size: 684.30 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,333.66 GB sent, 100.34 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.