Loading Tool

Explorer IconExplorer

Memory Pool

35,976 transactions
26.01 vMB
0.06675312 BTC
Random Selection Loading Transactions
Max Size: 132.72/200 MB

Candidate Block

Mining Attempt 5cbc865ac07bcbc2487368429c2f8d6967100278430453003efa4903a7989f39
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0b03f58824ecd35042c8756e6b4b1cc3ca7117c31b9b408743fd60b2bc59e375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.01879027 BTC
Feerates: 152.71 > 1.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (68,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,045 846,045 000000000000000000001dcd4223fbfadca728d98a3fcf5a908c5c07e8075173 3,977 1.00/1.00 vMB 31
846,044 846,044 0000000000000000000231cbfb16e918ec1c0378400e89e08ef555c49b5149e1 3,683 1.00/1.00 vMB 52
846,043 846,043 00000000000000000001c323ec3537a1dbf84eb260cd68f9a6159d7a8e344488 4,430 1.00/1.00 vMB 23
846,042 846,042 000000000000000000028ccc6bb7617367c94623252ed9f466854b3a73755129 6,061 1.00/1.00 vMB 21
846,041 846,041 00000000000000000002a73f7eff3cbc56cb152644d4df5db7809526adc27e5e 6,088 1.00/1.00 vMB 21
846,040 846,040 000000000000000000025b5ba6d7904eaa6e3467601448fadbfa591e022a113f 4,521 1.00/1.00 vMB 27
846,039 846,039 0000000000000000000139a47cd0f661157d803aaeb6838a7f523d33f69284c9 5,554 1.00/1.00 vMB 26
846,038 846,038 00000000000000000002ab2020a6dc4e5b35e8b7bef5488c0f051b251f75f2d6 3,251 1.00/1.00 vMB 31
846,037 846,037 000000000000000000004dc3421a066b160c4c2d74d59b933badc92d157f8192 6,032 1.00/1.00 vMB 20
846,036 846,036 0000000000000000000314f5945e6403a8207fc8d996278f6c5c53ab20847c1a 5,491 1.00/1.00 vMB 19
846,035 846,035 0000000000000000000350b0cea69946efb53cd20d993beb693d54d584fe7ce3 5,703 1.00/1.00 vMB 16
846,034 846,034 00000000000000000001d4c1636813474f9ef5056f962b563712d6b6f07d1fa1 4,774 1.00/1.00 vMB 31
846,033 846,033 00000000000000000000f16d7cab4e653fdf05bc7fe1e448cd8bc337a538e9ad 4,299 1.00/1.00 vMB 21
846,032 846,032 00000000000000000002719ea688391e73ad1bd1c032d2cb8a3d029a0b41a6a6 3,766 1.00/1.00 vMB 24
846,031 846,031 00000000000000000002b9374a18b1194e0d2bccef9f30da1fb22254dca71a39 4,102 1.00/1.00 vMB 27
846,030 846,030 00000000000000000000a83e07c21888da315bff9a37daa2c1232cdd32eec04c 5,892 1.00/1.00 vMB 23
846,029 846,029 00000000000000000001726c4f29eb9e01f96db8e12bc9813fcdb4e3a4dff9c2 6,778 1.00/1.00 vMB 22
846,028 846,028 00000000000000000001e6602b369f4f92418ae1f725336da599de22bbb5f641 5,502 1.00/1.00 vMB 31
846,027 846,027 000000000000000000023bfacee8a5adff095b6b801d89529bb43be3c942627f 5,398 1.00/1.00 vMB 32
846,026 846,026 0000000000000000000079918298b4db4c4c202cc123e1d0b2dd97221c985246 4,762 1.00/1.00 vMB 30
846,025 846,025 0000000000000000000276d95baa3c0a5c592dcb8c6f500f7f64565fa2d2c2fc 5,289 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.