Memory Pool Memory Pool Refreshing

2,409 transactions (0.71 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,833 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,832 (820,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,502 88,502 00000000001c1cfacfd499ce15bd59a7a501989a5e0a9c4bbb8ab8a7b829947d 0.00 MB 2 0
88,501 88,501 000000000010c8ccf1bdc020a3f723ebb2948f133d3c03dd1b6fc4853beea806 0.00 MB 3 0
88,500 88,500 0000000000129e6ccc625d9b7fc59ce8632886cde1dc00ea26b58c25731f5dfb 0.00 MB 1 0
88,499 88,499 00000000000917d20ab7f2da9a4b0da7dbdbfb04041b2799fa00e91104a68208 0.00 MB 1 0
88,498 88,498 00000000000ba3d4a81395239ef6eb342da201329c6ab31b0ba0b498eacd6c0f 0.00 MB 1 0
88,497 88,497 000000000019d3309d643dd968a78df6226f5c7bfa73039abddbef83c7f6b29b 0.00 MB 1 0
88,496 88,496 00000000000e4a7ee238929d56c4dc28a8d2659746eca0823fc6c6f6fbf107e0 0.00 MB 1 0
88,495 88,495 00000000000255e3b7e296ab66db7aa05a93bef39c6097cbbdd631e7bd281c71 0.00 MB 1 0
88,494 88,494 000000000015aef3a17797f51b7218aa030197a45920cf4f9b564618caece146 0.00 MB 1 0
88,493 88,493 0000000000165379158a68e61321bf8f7e52988e5c5d2f563670681a4e140b49 0.00 MB 1 0
88,492 88,492 00000000000a35ecdecff6dc6ded38911d6ebecf661ee31927444277f2ef3c88 0.00 MB 2 0
88,491 88,491 00000000000aa3f60ff2a55524370573c8f0f9e8cd826e968c8e2a28672d3eed 0.00 MB 3 0
88,490 88,490 000000000013b7a4fb6e735b1437828fd34b2b9e027d5dac592a0b72484e7d92 0.00 MB 3 0
88,489 88,489 00000000000cdb6590537dbc02813f569fb902b820ba98a58cdc5d10169cb517 0.00 MB 1 0
88,488 88,488 000000000002d38144d96304a9218f161110910535b85645229fe91801547768 0.00 MB 1 0
88,487 88,487 00000000000ec6352c91fa370242798dd9198c34082e38207a6a721cf1e8a795 0.00 MB 2 0
88,486 88,486 0000000000108c35bb48c90a00499de0d9a1ed85fd2fe0b9784e90bfade07aa1 0.00 MB 1 0
88,485 88,485 0000000000082e6ad28e6bb186613868560a7c7db8b72da1bb82f7d9dd10c04c 0.00 MB 1 0
88,484 88,484 000000000005254ac8ab24364857a52013db3eaa0c0e53c159dc028f1d45db54 0.00 MB 1 0
88,483 88,483 00000000000e4007ec40d36dee8a495f93f2ef5f4245220a46192f654a9440c2 0.00 MB 1 0
88,482 88,482 00000000000b5d064df037ebb667b7eded421f6e72cb2715aac68823ab95d804 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.24 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,857.99 GB sent, 103.27 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.