Memory Pool Memory Pool Refreshing

59,111 transactions
28.71 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,353 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,086 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,352 (8,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
861,723 861,723 00000000000000000001133953205c3e19b42aecbc44dd8442d80a26c05b451a 1.74 MB 3,635 5
861,722 861,722 00000000000000000002e51c1a372085773f3ef611252a4b79ff04ded0e3308b 1.74 MB 1,890 8
861,721 861,721 0000000000000000000193869f303a66bb4d78a951680cde31505207ef33b89a 1.50 MB 3,105 12
861,720 861,720 0000000000000000000294f87a3157c5f43fc1d91283fba3d6fb603d963d4d1a 1.90 MB 1,669 3
861,719 861,719 000000000000000000026b2cdb6cc58a49604146508e470f83582e3c47b9be35 1.90 MB 1,857 4
861,718 861,718 000000000000000000013dbcdd825a3ff618ad9047731bf8f683d44356c46036 1.95 MB 2,498 4
861,717 861,717 00000000000000000000d46ea1152a9e5a85f91586e8c447f2880c1060a78eed 1.92 MB 2,884 4
861,716 861,716 000000000000000000012345ff2211ed736449b0d64bacb49dbc7b8f10bf4641 1.77 MB 3,301 3
861,715 861,715 00000000000000000000f5e5667cda80ae7815abf47a660002595a0d742e337b 1.74 MB 3,220 7
861,714 861,714 00000000000000000001f70b64c90bc7c9bd3cb7e441fe49b250c2ad5d0c2154 1.62 MB 3,231 11
861,713 861,713 0000000000000000000160c89692c117d1a37527e606df9bcbda6072b8eac57f 1.66 MB 3,949 7
861,712 861,712 00000000000000000001dffd2a631a2ae2c76b6b1a2389dc4c8e3422742d9c3b 1.63 MB 2,259 7
861,711 861,711 0000000000000000000256de3dc6d866768940fc9bd396999ad7cab8a1d2ecd1 1.69 MB 3,497 4
861,710 861,710 0000000000000000000026f84e02451372210c6040571c93b5f670626005290e 1.54 MB 3,273 11
861,709 861,709 0000000000000000000127d3a4cedc76950974443d0087b9b165ea7416d56288 1.65 MB 2,808 2
861,708 861,708 0000000000000000000165247e2f4484cb877f5d1b73e857440291608602e40e 1.80 MB 4,268 3
861,707 861,707 000000000000000000013b40f643b9f61693c4c3cf2e7984cf3cb50e57987ff6 1.65 MB 4,794 2
861,706 861,706 0000000000000000000034944eb5dd49baaf6ac457f4cd409306dab6633fdb45 1.81 MB 2,635 2
861,705 861,705 000000000000000000012ea104d8e1fa0903d05bcc6489c56d79751c8a2e5ef6 1.58 MB 1,607 2
861,704 861,704 00000000000000000002b6b036af728499fcc48a81f6c3f473bfefc43175702c 1.66 MB 7,583 2
861,703 861,703 000000000000000000027046fee8e5801a9b0779020061d633af3a1bb8d19a7b 1.61 MB 4,933 4
Previous 10 blocks ↓
Total Size: 700.11 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: 2,242.58 GB sent, 211.11 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.