Loading Tool

Explorer IconExplorer

Memory Pool

77,193 transactions
28.75 vMB
0.07505300 BTC
Random Selection Loading Transactions
Max Size: 174.10/200 MB

Candidate Block

Mining Attempt c7a5e93c53b0dfda1a3b81a097084023709decc7ec2d7866aae5a4634b913110
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root aec95da15687b1275fd37c430ce29752ab3aa4c537936e8f0d1ebd16633f0a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,967
Size: 1.00 vMB
Total Fees: 0.01530905 BTC
Feerates: 71.79 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (53,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,718 861,718 000000000000000000013dbcdd825a3ff618ad9047731bf8f683d44356c46036 2,498 1.00/1.00 vMB 4
861,717 861,717 00000000000000000000d46ea1152a9e5a85f91586e8c447f2880c1060a78eed 2,884 1.00/1.00 vMB 4
861,716 861,716 000000000000000000012345ff2211ed736449b0d64bacb49dbc7b8f10bf4641 3,301 1.00/1.00 vMB 3
861,715 861,715 00000000000000000000f5e5667cda80ae7815abf47a660002595a0d742e337b 3,220 1.00/1.00 vMB 7
861,714 861,714 00000000000000000001f70b64c90bc7c9bd3cb7e441fe49b250c2ad5d0c2154 3,231 1.00/1.00 vMB 11
861,713 861,713 0000000000000000000160c89692c117d1a37527e606df9bcbda6072b8eac57f 3,949 1.00/1.00 vMB 7
861,712 861,712 00000000000000000001dffd2a631a2ae2c76b6b1a2389dc4c8e3422742d9c3b 2,259 1.00/1.00 vMB 7
861,711 861,711 0000000000000000000256de3dc6d866768940fc9bd396999ad7cab8a1d2ecd1 3,497 1.00/1.00 vMB 4
861,710 861,710 0000000000000000000026f84e02451372210c6040571c93b5f670626005290e 3,273 1.00/1.00 vMB 11
861,709 861,709 0000000000000000000127d3a4cedc76950974443d0087b9b165ea7416d56288 2,808 1.00/1.00 vMB 2
861,708 861,708 0000000000000000000165247e2f4484cb877f5d1b73e857440291608602e40e 4,268 1.00/1.00 vMB 3
861,707 861,707 000000000000000000013b40f643b9f61693c4c3cf2e7984cf3cb50e57987ff6 4,794 1.00/1.00 vMB 2
861,706 861,706 0000000000000000000034944eb5dd49baaf6ac457f4cd409306dab6633fdb45 2,635 1.00/1.00 vMB 2
861,705 861,705 000000000000000000012ea104d8e1fa0903d05bcc6489c56d79751c8a2e5ef6 1,607 1.00/1.00 vMB 2
861,704 861,704 00000000000000000002b6b036af728499fcc48a81f6c3f473bfefc43175702c 7,583 1.00/1.00 vMB 2
861,703 861,703 000000000000000000027046fee8e5801a9b0779020061d633af3a1bb8d19a7b 4,933 1.00/1.00 vMB 4
861,702 861,702 00000000000000000000c1ebea31ab972c195b1296ebe84edb482dd79ffae693 4,628 1.00/1.00 vMB 4
861,701 861,701 00000000000000000000688271f8f50641c7f0f2fad8a6a9989d8d1950e9da32 4,929 1.00/1.00 vMB 4
861,700 861,700 00000000000000000002c2da56f43d03fa0d2c4c2851fad14948e9fc0ed08843 4,603 1.00/1.00 vMB 4
861,699 861,699 00000000000000000000d0f76b3e81d58227ccaa0a81302ca449383bd93b2efe 3,686 1.00/1.00 vMB 5
861,698 861,698 000000000000000000018f8d9b6aa677de1e9df2f1a845c05a5b88f59cec70fb 3,759 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.13 GB
    • Received: 16.41 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.