Loading Tool

Explorer IconExplorer

Memory Pool

26,142 transactions
27.27 vMB
0.06734101 BTC
Random Selection Loading Transactions
Max Size: 130.32/200 MB

Candidate Block

Mining Attempt 13c02b9792f21e068400430cde3f189c95f5a6349985d1d6a9a3a6a4223681c6
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root c56f5702ef9820cb6552229775027febe8836acdbe1ea497716ec42a43d21562
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,279
Size: 1.00 vMB
Total Fees: 0.01578130 BTC
Feerates: 301.57 > 1.58 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (454,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,806 459,806 0000000000000000003ee85359ce0412906fec4307c1730905580702a14da814 2,205 1.00/1.00 vMB 241
459,805 459,805 0000000000000000007cc0416a2a9b11642be129b6b97c803656f1f6e7eb36ae 1,632 1.00/1.00 vMB 148
459,804 459,804 000000000000000000d4e3441927fde2c0c5dcaf84e2e841f5b6a9a9d8295e85 2,675 1.00/1.00 vMB 164
459,803 459,803 000000000000000001b48c2a6aa5c34ac89f4f079e7bb7b6a85235940dc9a2e3 2,806 1.00/1.00 vMB 199
459,802 459,802 0000000000000000010d5b01347cd8643d3f9f05d4b2ef7e7421e5966bb3ec09 2,555 1.00/1.00 vMB 246
459,801 459,801 00000000000000000127ec229a2b9842e5a8b373efb999e9717443217c19b2ac 1,321 1.00/1.00 vMB 107
459,800 459,800 000000000000000000c58e514bb0e99e9f8b68d48fb6335009bdabb7be51e3bf 1,726 1.00/1.00 vMB 135
459,799 459,799 000000000000000000261334f527f69c90df59b2a0f64499f42f4e1ac2819e35 2,463 0.99/1.00 vMB 125
459,798 459,798 000000000000000000f0868fa5cf0987c3bec645387e233c0da8cbf01f97af0b 2,666 1.00/1.00 vMB 152
459,797 459,797 000000000000000001a66fadf5061a68cd12849a06d0332f53bbae585b70c403 2,231 1.00/1.00 vMB 178
459,796 459,796 000000000000000001c08b95736a0e26de5be6690b62eb3a589142ea7f847736 1,954 1.00/1.00 vMB 127
459,795 459,795 000000000000000000e3be1c3e57c2e8db99dd52cdc0713243a7a68e9994b13d 2,807 1.00/1.00 vMB 128
459,794 459,794 0000000000000000018f62e49b0ab921a084bbdc5c88467f544aee1924ede335 1,982 1.00/1.00 vMB 140
459,793 459,793 0000000000000000001b9ba92db1dc5d8eb7359536e1af4dbb98261be9282f6d 2,439 1.00/1.00 vMB 200
459,792 459,792 00000000000000000057371742d522969f76ab053826ff891f7834eba2b5c3fe 1,873 1.00/1.00 vMB 264
459,791 459,791 00000000000000000163378f0e9049163f092cf0d43a109290e44345ed33e93a 2,562 1.00/1.00 vMB 172
459,790 459,790 000000000000000001ac9b9ffa220f30d143978544c5ad753cfe581f709e49ee 2,344 1.00/1.00 vMB 181
459,789 459,789 000000000000000001e44c1b757dd672660fdb919a16945a856b738741013041 1,584 1.00/1.00 vMB 175
459,788 459,788 000000000000000000e59605461e76879936ea48b88828a9608f90853381b9a5 2,217 1.00/1.00 vMB 163
459,787 459,787 0000000000000000021613ff7148c9f9a5927e15a8f39d62664a41d11fb97e22 1,386 1.00/1.00 vMB 174
459,786 459,786 000000000000000000ba22b5dc50945cf34928619d5247e8fea3dd70492fb238 2,549 1.00/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

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