Loading Tool

Explorer IconExplorer

Memory Pool

40,624 transactions
27.26 vMB
0.12455635 BTC
Random Selection Loading Transactions
Max Size: 140.98/200 MB

Candidate Block

Mining Attempt 2cd4cebd8e6c2c103a1931166d8047df1db5123a12f3a67f3ef4f00e4c18bd25
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 2a0744ba8e9616f0f5b8e9cdc5ec3dceafa53f622a11c83ba33756b82044e068
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.06752585 BTC
Feerates: 285.90 > 6.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (413,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,559 501,559 00000000000000000038732ae5a4ac6178c8f4b5451a7d3dd5f56be15adcc3c3 486 1.00/1.00 vMB 110
501,558 501,558 00000000000000000014d52bf515e772609ee11f2cb25c1054fe450f461b87fc 2,513 1.00/1.00 vMB 476
501,557 501,557 00000000000000000007f229a69dfc0afb06604959641a07fd42df67fe81b122 2,361 1.00/1.00 vMB 553
501,556 501,556 0000000000000000007d97564d74015d8da69d70eaad7da56716029f23fc9300 1,074 1.00/1.00 vMB 239
501,555 501,555 00000000000000000045c9c0d03663c7ef65f5503c27ccce83d3153186f4105d 999 1.00/1.00 vMB 314
501,554 501,554 00000000000000000087ac945ff91bd3a2dce47dcbc5224bac37965a768a3c11 1,119 1.00/1.00 vMB 172
501,553 501,553 0000000000000000000cd64bd74dc2280d2aafd14c7088d0c1fab1120c0ab399 1,427 1.00/1.00 vMB 164
501,552 501,552 00000000000000000041ae73e4ab74d415d875246649d1368703c0bae9436d55 2,013 1.00/1.00 vMB 306
501,551 501,551 0000000000000000001148f7cf5048f896e1394f45925a9585d072122443d5ef 1,906 1.00/1.00 vMB 210
501,550 501,550 0000000000000000000005ed00e6585f60ac51b481279a8475eeb3beb128a17b 2,339 1.00/1.00 vMB 512
501,549 501,549 0000000000000000004e65cec504bde8d2c44007385e129c4c2414db7bff517c 2,557 1.00/1.00 vMB 712
501,548 501,548 00000000000000000003e7795b92cc532cccd62292732803e94eeac186f3ff79 2,523 1.00/1.00 vMB 301
501,547 501,547 0000000000000000006fbb47ef7d8c0d4e6d64fc6c7d1e59b6f9117bc1d7bee7 2,257 1.00/1.00 vMB 496
501,546 501,546 0000000000000000003e47effe3d7cec4d7b2606f99fae76161e4c288dcd259b 2,901 1.00/1.00 vMB 619
501,545 501,545 000000000000000000501602dfb4b5e4b12525cc820aa488ef3834500c3f5869 1,994 1.00/1.00 vMB 791
501,544 501,544 0000000000000000008271c06e08d2afe67b301dc6d3b1f42cd57452f57174d5 2,491 1.00/1.00 vMB 802
501,543 501,543 00000000000000000021b51cd9217d1a801a948c12f26c0aacd0389e17dad713 1,836 1.00/1.00 vMB 297
501,542 501,542 00000000000000000087aa43b82d3d261fb3062a724a842c72d30ddb315887c5 2,284 1.00/1.00 vMB 434
501,541 501,541 0000000000000000005d899691d2e517fad47647cc38bf970103c82c990e083a 2,457 1.00/1.00 vMB 790
501,540 501,540 00000000000000000035214c72a4120e8bd2bf664b9717201530e16fabb7a0ef 379 1.00/1.00 vMB 576
501,539 501,539 0000000000000000000438d2d948b5e1e73d057e88098f7ac06a84e4f51f85d1 2,661 1.00/1.00 vMB 801
Previous 10 blocks ↓
Total Size: 781.82 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: 636.43 GB
    • Received: 12.37 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.