Loading Tool

Explorer IconExplorer

Memory Pool

80,790 transactions
29.70 vMB
0.10090668 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt 548d132e11dbe996f11fca20d6e29fa8af3dabb52554452139fe5a3acbd7e18c
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 4c287cf0385db22f158b7a5fe0c85d5e16ddd0cf409a01eddfcb15f64943e980
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.03691004 BTC
Feerates: 146.36 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (382,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,325 532,325 0000000000000000002826239978773086b4e77a9988ba4d2d6893cc6ed9f3d2 2,431 1.00/1.00 vMB 32
532,324 532,324 0000000000000000001378b1402d7ad990c306c26d24a0c9dd5b9ba58ccd0f1d 2,819 1.00/1.00 vMB 23
532,323 532,323 0000000000000000000e2e04ca8db76f9d815d254aaecc4bdb6e88e5d4cd1138 2,707 1.00/1.00 vMB 21
532,322 532,322 0000000000000000001f003f5f9dbade46e577323329fa9da256867c28af0f6b 1,415 0.55/1.00 vMB 23
532,321 532,321 0000000000000000000c8db0e0a3aa17d23d6cbd57e3c4f8749e212cc5fa1d92 1,131 1.00/1.00 vMB 8
532,320 532,320 0000000000000000000249f02ee94bfb5d46d7d42ee9e78e7f4376b2fe023dbf 1,243 1.00/1.00 vMB 6
532,319 532,319 0000000000000000000e598ff0b91e55b0412e729d4e11c927871c686b8cce45 2,404 1.00/1.00 vMB 12
532,318 532,318 00000000000000000026e44f2692f623ae0adc6fc0cae68c268caa838f927317 2,536 1.00/1.00 vMB 18
532,317 532,317 00000000000000000020666ea0e87b7435382384d7b16ab1cb268242de60cf68 2,243 1.00/1.00 vMB 13
532,316 532,316 0000000000000000000d393152bacbfbde643c1a4ff22fb3126acda15314ca42 2,729 1.00/1.00 vMB 9
532,315 532,315 0000000000000000002010a50bfa83aa90e7da7135ef90b46ac8379d8dc8be89 2,658 1.00/1.00 vMB 13
532,314 532,314 0000000000000000001f89813db194a19537fb72f6662f99fad9b4cd85feb5c5 2,586 1.00/1.00 vMB 24
532,313 532,313 0000000000000000002c2288e80cf72bfc923a437b6c40681f0bdd55f9eea0f9 2,282 1.00/1.00 vMB 58
532,312 532,312 0000000000000000001ea1b45c854b7a39129e7cc7efa0f3c40b465869e122ae 407 0.14/1.00 vMB 27
532,311 532,311 00000000000000000020cd7d195e385d1eceaac22793427d8f9a6f3064f28e55 1,923 0.78/1.00 vMB 23
532,310 532,310 0000000000000000002a2c9d67ecf74381e2b8eeeccd4ec261cd5e5e271b982a 521 0.53/1.00 vMB 5
532,309 532,309 0000000000000000002bc8af2c9f4eb96bee98aade82c09d60055f73b9f544f4 1,548 1.00/1.00 vMB 9
532,308 532,308 00000000000000000032040f93779fe5cd1099324eba5be6d8ac968507876264 1,792 1.00/1.00 vMB 18
532,307 532,307 00000000000000000024630b72d725b23ab04744701d48c74f71aab439d060f8 2,521 1.00/1.00 vMB 6
532,306 532,306 0000000000000000003381205328d3db09dec33df3ab36efb10bdff726976069 1 0.00/1.00 vMB 0
532,305 532,305 00000000000000000033bc23f21cac4e19119b3d0b75fe0a423d4262bc839697 2,465 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.