Loading Tool

Explorer IconExplorer

Memory Pool

37,730 transactions
26.15 vMB
0.06375101 BTC
Random Selection Loading Transactions
Max Size: 134.41/200 MB

Candidate Block

Mining Attempt d2e964067bd8f61f9cac097d417a33469be143c3783096db72e6521571326e51
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 064245500ad2d5bd5b682d73ffc66809913e69c8c5dbc7a91b19267e9e1c578e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,436
Size: 1.00 vMB
Total Fees: 0.01531357 BTC
Feerates: 102.99 > 1.53 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (327,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,704 586,704 0000000000000000001c3479cf26279237396aa27471ed6a6eed002784daa449 1,759 1.00/1.00 vMB 11
586,703 586,703 00000000000000000001e4a276850718dbb2c9b580c967a4bf7dff19fecf8013 3,079 1.00/1.00 vMB 54
586,702 586,702 00000000000000000014141b346f6ed1cfdddb5c17ff4de2567bf7cde49146bd 1,018 1.00/1.00 vMB 12
586,701 586,701 0000000000000000001f305d0fd5308e0fe4c0bf778070f1fa6ded6ced187989 2,533 1.00/1.00 vMB 40
586,700 586,700 0000000000000000001df7218e28d474fb31b3eb9e4b136e26fc581336d25673 2,264 1.00/1.00 vMB 36
586,699 586,699 0000000000000000001d3d78ff156af5432d3b5fcf5b805e0722050d4bdbf58f 2,912 1.00/1.00 vMB 51
586,698 586,698 0000000000000000001373888094ead1898a9aef6ad6b1ed04e8e2dfba2f80c5 2,197 1.00/1.00 vMB 40
586,697 586,697 00000000000000000008350a851fb8eecb58cfc5624151582219c59bf5618104 2,139 1.00/1.00 vMB 34
586,696 586,696 0000000000000000000345545c193b894260575e30b8a8daed3861c880711b27 1,393 1.00/1.00 vMB 16
586,695 586,695 0000000000000000001073e0afe8b862f4af072c3759f647ef02e133b8631cf5 1,591 1.00/1.00 vMB 20
586,694 586,694 000000000000000000025ec9a2208280077ec3ea5cce7dff8021b8b670e4c77b 2,288 1.00/1.00 vMB 41
586,693 586,693 00000000000000000014414a059f5d07e99d91b44da6a751425e85800635c4f1 2,511 1.00/1.00 vMB 26
586,692 586,692 00000000000000000002520d781af5d533da616924a09ffaeb01625c78cc6c27 2,812 1.00/1.00 vMB 31
586,691 586,691 00000000000000000000c5a3182fa9f4c978b56e31607bf275c815213a7d7340 1 0.00/1.00 vMB 0
586,690 586,690 0000000000000000001e3cc60d554830d01cdf05d288c519a51dd7c16f68a496 2,718 1.00/1.00 vMB 50
586,689 586,689 0000000000000000001ef81081548840ef24d86ae1110d6660f2a16fb0a5f675 2,428 1.00/1.00 vMB 50
586,688 586,688 0000000000000000000b1c234839f1ebb737779340f9f7805e43631dd5a2c8e9 2,610 1.00/1.00 vMB 50
586,687 586,687 0000000000000000000d6b59f2ac8412d92ce0f6d08d63104690776229ea88fa 2,747 1.00/1.00 vMB 80
586,686 586,686 0000000000000000000981a5f5efda4520c0e2331f2f96b4cbc4648383247a8e 2,788 1.00/1.00 vMB 71
586,685 586,685 0000000000000000000fde443309bcbca807c4df69f5e631bba2ff62ead6c4fe 2,858 1.00/1.00 vMB 43
586,684 586,684 000000000000000000013127c500c30200c6b274bbb1f8fe976582c26288b0c3 2,344 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.