Loading Tool

Explorer IconExplorer

Memory Pool

82,992 transactions
31.30 vMB
0.12407893 BTC
Random Selection Loading Transactions
Max Size: 184.04/200 MB

Candidate Block

Mining Attempt 40dd7f6273c857c493d2eb94f5d0044d26e2159361ff5e2658b703d1c002ed31
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root e8e7ee86d6a2e9632b1f9313845ceb4aed7ec8e9378c9d49c6a849f863ef28c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.04315751 BTC
Feerates: 150.80 > 4.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (793,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,022 122,022 0000000000001d23d7a26b09f19288b2b06ef45edfbbb3acceda10748052933e 7 0.00/1.00 vMB 0
122,021 122,021 000000000000499adc9e78573b94b50411aea990ab51bf9bdb79d8fb08bfbecd 11 0.00/1.00 vMB 0
122,020 122,020 00000000000056dd4fa9545c3f907a87b2978b999803f90cb8323dc8e0e126cf 11 0.00/1.00 vMB 306
122,019 122,019 000000000000449857887020aa8851ba2567c21fdd6ec086c938a177f8b073c4 6 0.00/1.00 vMB 222
122,018 122,018 000000000000279caad9ad0a3b159f2dc628a7c4bd1649294891a2d60f419ac2 9 0.00/1.00 vMB 0
122,017 122,017 00000000000052871a67adb1971007eff6d031cf8bebaee2885f3e9f84a52017 39 0.01/1.00 vMB 673
122,016 122,016 00000000000084158cad1f248d9efa6c39f310f062820f828f4fd0196e788fc3 11 0.00/1.00 vMB 324
122,015 122,015 00000000000044ed726dc0c487cd69df71b807a793ea10731a23a80cac8a884b 36 0.01/1.00 vMB 2,594
122,014 122,014 0000000000009508c738a55b5af55048203f37484c02c4675618a3eef69f64f7 17 0.00/1.00 vMB 600
122,013 122,013 00000000000016ebf666752329ecb650dbe63c6aaa1b59e7bd888d68b59a14c6 10 0.01/1.00 vMB 158
122,012 122,012 0000000000008045fae56fc042668df0e6d2b142243e7e66a4d8f0de8f3beb30 12 0.00/1.00 vMB 0
122,011 122,011 000000000000529a100075311b9de8c8193f6a0e68cb454332d29741fc7c0ff5 12 0.00/1.00 vMB 0
122,010 122,010 00000000000080006bce68e21d47dc51e115c2f32fc2de36e20334c377d61b28 5 0.00/1.00 vMB 0
122,009 122,009 00000000000049784cd4a88e8c08af66a8acc931067630dd21703311761e6ad2 15 0.00/1.00 vMB 244
122,008 122,008 00000000000020c5d53d2544da4194cb9a2219b268101d78c94b6b29289b10f7 11 0.00/1.00 vMB 323
122,007 122,007 000000000000153cadda509fae1fc51cec6dd77d352697ef427e3bbf53bd804d 27 0.01/1.00 vMB 495
122,006 122,006 0000000000005d5478e0bde29bf25d3dc092476e4f9dd618625b6e7792424e27 1 0.00/1.00 vMB 0
122,005 122,005 00000000000067804645fdd17e7242ebc672740f49d2e6f24e68fe22a19f580e 19 0.01/1.00 vMB 110
122,004 122,004 000000000000714dd59c8ab4e2f5076381e42cffe6279234471f53506ea463c9 14 0.00/1.00 vMB 219
122,003 122,003 00000000000038f9fac7cb68784dd7878ccaf70a30a0c1da81dc9e6b1ef46869 9 0.01/1.00 vMB 193
122,002 122,002 0000000000007d0a14d4e2995a96db8f457b0ed79e9eb4fde8733044e18091a7 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.