Loading Tool

Explorer IconExplorer

Memory Pool

47,210 transactions
27.12 vMB
0.06651771 BTC
Random Selection Loading Transactions
Max Size: 144.24/200 MB

Candidate Block

Mining Attempt d49937e1e4652bae29c9c57396e5f39e586d4cc650f64fc3f8fe052fa7d852b0
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root c3d9b441c3cc70d1fcc0aa0b14fd2e5e6332e2319991333ba0b5d1ddb512b1d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,836
Size: 1.00 vMB
Total Fees: 0.01616990 BTC
Feerates: 100.17 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (810,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,371 104,371 000000000002f68eeb445447e5c2188686765d23f7fbaf2b1274d59fdc153cf3 7 0.00/1.00 vMB 0
104,370 104,370 00000000000307047a974235f76066386b4e746efc737a139bf84283bf5f27e5 8 0.00/1.00 vMB 0
104,369 104,369 000000000001a16198a28e35ce51f5f16881bcc48f8892d340c5833d546c070d 5 0.00/1.00 vMB 0
104,368 104,368 0000000000007cb882e756ea1e735b247df860a5bccbfbc957380437b3ae5b0a 1 0.00/1.00 vMB 0
104,367 104,367 0000000000017166e98c3c636dabd0121ec707c9e2f7a1b13700b18b54dfa35f 2 0.00/1.00 vMB 0
104,366 104,366 000000000002789e45ee97b041108d734d87e9242da26a9666d914f9c2c2b7b4 33 0.01/1.00 vMB 0
104,365 104,365 0000000000010a2829de83b849e8ebb71b8cc48bafab1cc53f3a2b99bd1836eb 3 0.00/1.00 vMB 0
104,364 104,364 000000000002cb596e3211d75c0f03d1e686464f3ed2a9032ff4285d60fc556f 4 0.00/1.00 vMB 0
104,363 104,363 000000000002e498a7539a3269d35d991644af43a92516ce8ea6283652714355 5 0.00/1.00 vMB 0
104,362 104,362 000000000001a437a779d56d9fedd526dd238e3805b97feab4d2df29fe257bd1 3 0.00/1.00 vMB 0
104,361 104,361 0000000000030be37b4202039fdefc88c8931bb9da90a875dd11fd51b5c87ac3 1 0.00/1.00 vMB 0
104,360 104,360 000000000000d862508c0d59c69512c6ad2a16ecf4cdfbdacd08c269eddc9eb0 8 0.00/1.00 vMB 0
104,359 104,359 000000000003352532a0b507a06f770d4030455ee22267c35035adb98614d3e7 21 0.01/1.00 vMB 0
104,358 104,358 0000000000029fb073240e31f333f698d33e377d5db469785f7f8867574325ca 3 0.00/1.00 vMB 0
104,357 104,357 000000000003146d128582424ad22541d43991215a9d882504a44ef3e3f7083a 7 0.00/1.00 vMB 364
104,356 104,356 0000000000004744cdf7948f2263e3883a5dcfd3652d7303e4f67d3d375961e0 6 0.00/1.00 vMB 862
104,355 104,355 000000000000968732a125bce449796bc204e0e6647ed7728e673e7e11601add 6 0.00/1.00 vMB 0
104,354 104,354 000000000001a32d45d6bdf3ae65e41f76a7ce4d0c8d9894d8f6c88b95ad03a6 3 0.00/1.00 vMB 0
104,353 104,353 0000000000038ab1259de944f97793ce44d342e4765bf28491e6a99ec10aeb5a 6 0.00/1.00 vMB 0
104,352 104,352 0000000000012b21724f0baaaaeaa10aeb7197eab1fe933a045195a092195500 18 0.00/1.00 vMB 0
104,351 104,351 00000000000341f8f78a4a91963dc8d744dc4e534d331c2e4c3bcd7950a6623e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.