Loading Tool

Explorer IconExplorer

Memory Pool

87,682 transactions
33.39 vMB
0.21757616 BTC
Random Selection Loading Transactions
Max Size: 193.83/200 MB

Candidate Block

Mining Attempt ecccf294d7cc6841b1676e69c91e499563b9f0075252e5e3636c3162be7ca6f0
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root 4ef01ad3f33926936c95e4c6b8738a0d96d53f953a2f20f138fc1d48c16864d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,409
Size: 1.00 vMB
Total Fees: 0.03922925 BTC
Feerates: 123.97 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (820,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,523 95,523 000000000003b1a9a07b8d27b949d383d11437cc2c1666dda454af3b5f4880c2 3 0.00/1.00 vMB 0
95,522 95,522 0000000000037fa7761e5bf365171b721ec71bc2d262f96749ab8c72913b701f 6 0.00/1.00 vMB 0
95,521 95,521 000000000002c4668c5c41c87c5ec47ca5c842aecb55a4a01c5e0ad0aad786aa 3 0.00/1.00 vMB 0
95,520 95,520 000000000002dd67ca79e6338d8c52eaa70e6650feaba5348003b4b957d2ab03 2 0.00/1.00 vMB 0
95,519 95,519 000000000003817986b41e65c43e6da348394e8a6faa8b9fb1053ee927d57e49 1 0.00/1.00 vMB 0
95,518 95,518 000000000004896aad36ff4669f58b3848f1c759f409b81ec3c4335090d1c5d4 1 0.00/1.00 vMB 0
95,517 95,517 000000000006b4ce7fe4d6c0a551009b4ded6129bbc28235876584c905106a49 1 0.00/1.00 vMB 0
95,516 95,516 0000000000041757496f6d4ee6a089ba1560e55caf584ab8facc0bda05acb6f5 2 0.00/1.00 vMB 0
95,515 95,515 00000000000598fa607531e36015bb12734d257bd9ccff0711c0c6071e2cd72d 3 0.00/1.00 vMB 0
95,514 95,514 000000000004bdb30f48ee55f75edd00748408a893269b41d335024b03b33ced 3 0.00/1.00 vMB 0
95,513 95,513 000000000006cd574eac41e42db74b1e2f353b42960807b0b65c5268cfc965a1 1 0.00/1.00 vMB 0
95,512 95,512 000000000007e22057f047de9cc3d0edf0decfa6ea69aa8ddfa18cb208686219 1 0.00/1.00 vMB 0
95,511 95,511 000000000006523ec07f76364e214a220bb88f60697f72bdea397dcb5f4ac85a 1 0.00/1.00 vMB 0
95,510 95,510 000000000002729861d7e6e6a1d484baffdcaafd2cfe453e4d882c32aece0e87 2 0.00/1.00 vMB 0
95,509 95,509 000000000000f348f168262d6973b8aae44c520b60166902db9abe8a7e3a5ef8 1 0.00/1.00 vMB 0
95,508 95,508 000000000005ecc9a711bb0e49c178a3b1bb16f1ae0d472c1a92f549029137a3 1 0.00/1.00 vMB 0
95,507 95,507 0000000000067032ed25861a87ad3f67f482a555b254f26c0e86b1f14da37d5c 1 0.00/1.00 vMB 0
95,506 95,506 0000000000019fe4da0ef908f61598378cb0a300771bbabec480bd897b8ee835 1 0.00/1.00 vMB 0
95,505 95,505 000000000007ee88861f647be47b5d4f15d5df496fd4e271330b1088456ed35f 1 0.00/1.00 vMB 0
95,504 95,504 000000000002e5b44dd5c65484cbcd2e46fdd45e53c9063d2fc10a7b4bd34800 1 0.00/1.00 vMB 0
95,503 95,503 000000000001e31c2241e03c46470e33ed95cef5631a4a13a9eaa828120b5e4e 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.99 GB
    • Received: 20.36 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.