Loading Tool

Explorer IconExplorer

Memory Pool

45,064 transactions
27.37 vMB
0.10368579 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 2bff1411e421255981fc002ee41b1c036ad25f2284c70ed09f5f69b3d7696c74
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ef3749323e68e0efddf6b69ab1d2b497c5dfd8cf46dffaa06cf2fc18dcfaf0ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04646018 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (86,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,802 828,802 00000000000000000000692d8c9a2418f85576d8d9d11123f5afc824615691c3 2,806 1.00/1.00 vMB 99
828,801 828,801 0000000000000000000395f329be18ea65f7f99268fbb8e88ca152ef563fe9f2 3,051 1.00/1.00 vMB 45
828,800 828,800 00000000000000000001e60f1470e4cca6e2f6582999cb4d285bc37000a15008 3,233 1.00/1.00 vMB 163
828,799 828,799 0000000000000000000083aa106d21dd95b9d8411f1117a9138e58d060926e19 2,804 1.00/1.00 vMB 79
828,798 828,798 00000000000000000002fe85e6dd5f7451b684cf8f27c1897e62abb31bdf4a04 2,432 1.00/1.00 vMB 61
828,797 828,797 00000000000000000002afa8651d0748db6638a30e3b2891bf4012364f7d1a51 3,525 1.00/1.00 vMB 75
828,796 828,796 00000000000000000000da0be9f23a8a61377d6f2f26dc2b376bdc926f55b073 3,755 1.00/1.00 vMB 141
828,795 828,795 00000000000000000002135520d9d8383aac09f2cb853b20f7f4534758cc1ea1 4,029 1.00/1.00 vMB 86
828,794 828,794 000000000000000000028f9bdf6bed8a52e24bfbf0f66dd8519a67c3ae31c531 3,678 1.00/1.00 vMB 132
828,793 828,793 000000000000000000018cb50cfbfc5041c4de92ad5864fbbab2db4d39098cdb 3,029 1.00/1.00 vMB 82
828,792 828,792 0000000000000000000331afe6c2f93c9d02d850e49107b8a29e5a5f7ad8a1db 5,195 1.00/1.00 vMB 65
828,791 828,791 00000000000000000003a33dd3926199670761a62321989512db90f55bb6388b 4,078 1.00/1.00 vMB 155
828,790 828,790 00000000000000000001534a47db5c29dfaed19cc5141f44bf8bac79d8575608 2,717 1.00/1.00 vMB 71
828,789 828,789 00000000000000000002af984ab66af9cd36c3bb538bd854a7a85eceb3c5d82d 2,227 1.00/1.00 vMB 57
828,788 828,788 000000000000000000033a8f555667c8a39477d06a986022e6ecaff1b79689ab 4,348 1.00/1.00 vMB 100
828,787 828,787 000000000000000000003ddb04b7dabe269e6ac633d71735175690bc6aaccd43 3,591 1.00/1.00 vMB 83
828,786 828,786 00000000000000000000159d93de14088a9fbc299b00c5ba5a4bc233e5c670e8 5,856 1.00/1.00 vMB 142
828,785 828,785 00000000000000000002997c453359dd7f2733d3aa225b8206fa39a27e780d7e 2,931 1.00/1.00 vMB 103
828,784 828,784 00000000000000000001344856c8acb2e869cfaa2ba8293d735592126835818b 3,789 1.00/1.00 vMB 143
828,783 828,783 000000000000000000004f7461364fc2b1052e09e7782ff15f4b138b1630bdc6 3,167 1.00/1.00 vMB 155
828,782 828,782 000000000000000000003b552136a9bdf52a5866ee9c578eef0a94bda172dc13 3,786 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.