Loading Tool

Explorer IconExplorer

Memory Pool

40,607 transactions
29.02 vMB
0.09267441 BTC
Random Selection Loading Transactions
Max Size: 147.56/200 MB

Candidate Block

Mining Attempt 37d8014a5a8cd6a3f044ce72c242a048d56aaa46953d38ac4eed7f66f66700d1
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root 6aaf8d5b94a71492a56b5f98ad08bbe1ecf134fd47c47fd2fb9ab50b68c09e7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,727
Size: 1.00 vMB
Total Fees: 0.03618884 BTC
Feerates: 101.64 > 3.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (393,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,716 520,716 000000000000000000081e40c3356e926f0d667aaf4000e3db07ffe21c70f40a 476 0.22/1.00 vMB 20
520,715 520,715 00000000000000000023719fef5810c2abc2b4a5aca50274ac65b57806ea6ac4 253 0.16/1.00 vMB 39
520,714 520,714 0000000000000000003476e55739a6396bb9857f62430afb9d6e5181b2fc0cb5 1,420 0.91/1.00 vMB 23
520,713 520,713 00000000000000000011f0b242f0a86cddb52c7676c2b42a1695ffce4c4327e4 217 0.11/1.00 vMB 18
520,712 520,712 000000000000000000449c26709d652593f737367806c10fb5aa7766eda1ea4a 87 0.06/1.00 vMB 18
520,711 520,711 0000000000000000001423d56dc47aad0ce6ca3e50456f42b9187065920fa4e8 1,238 0.85/1.00 vMB 26
520,710 520,710 00000000000000000044ee8895ed2885276e253f21b91a4c863ec30cb9eb5eff 1,859 1.00/1.00 vMB 24
520,709 520,709 0000000000000000002cf451392247ecc20381e4fd0d47927b4fa7cd163b209e 1,928 1.00/1.00 vMB 27
520,708 520,708 0000000000000000002af471b3459afc4fe969f6bc709efdc0d04fb59f7a9f70 1,474 1.00/1.00 vMB 20
520,707 520,707 0000000000000000003a3c232ce186bcb28a6a9894a53af76310b02d095c5cdd 2,095 1.00/1.00 vMB 50
520,706 520,706 000000000000000000061a1d207f8b157132c26545215e4746317a84a53c8f64 1,439 1.00/1.00 vMB 2
520,705 520,705 0000000000000000000ce4eb461c724ef68d8fa9e5e72483fce85ec04cf9166c 1,555 1.00/1.00 vMB 31
520,704 520,704 0000000000000000003aa0c5473aa67ca4f448b40df66c2d8639ed7caafa2e72 2,275 1.00/1.00 vMB 17
520,703 520,703 00000000000000000023f7ed7ad82ec675fc1a5200aebd332741ab0f07f13e9b 2,448 1.00/1.00 vMB 47
520,702 520,702 000000000000000000235160c2fa51c6dbd47e9f121a53e41c2f185c73006007 1,931 1.00/1.00 vMB 44
520,701 520,701 00000000000000000004acaa00b81fa4fd5cd56a9dc8df38f7a88c924835d0e9 2,551 1.00/1.00 vMB 67
520,700 520,700 000000000000000000386a4ee3733fb09052b674264f6d54329eae9e40d6da79 1,921 1.00/1.00 vMB 44
520,699 520,699 00000000000000000000b5cbcfa430d4411b69c628cae281fa48b192b78bde22 397 0.28/1.00 vMB 5
520,698 520,698 000000000000000000066bec54a968c382ffa9fb94e1b9da23d4fb77e1180fa5 2,384 1.00/1.00 vMB 43
520,697 520,697 000000000000000000323bba93a638fe08a9907bdb25438bc7dbeaf202b5bb0d 2,162 0.90/1.00 vMB 34
520,696 520,696 00000000000000000007cbef8c54a75f22393e3dc91b0da27be21aa810dc6ee3 1,049 0.52/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.41 GB
    • Received: 11.64 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.