Loading Tool

Explorer IconExplorer

Memory Pool

38,080 transactions
26.23 vMB
0.06558599 BTC
Random Selection Loading Transactions
Max Size: 134.93/200 MB

Candidate Block

Mining Attempt 2676dff90e62df207afe5318d67bea4b381cedf2ce14694de8dbc1b040f8d8c3
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 50dcae1043e0710fa19c3254d727ce894e774dbe1bea3a03c41c34d8807d298f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,219
Size: 1.00 vMB
Total Fees: 0.01697497 BTC
Feerates: 102.99 > 1.70 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (304,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,634 610,634 0000000000000000000b2ed1ab83aa53d952eaad293f5c7e8c703a5af5cb37c1 2,299 1.00/1.00 vMB 17
610,633 610,633 00000000000000000000711c4e69ee4e29a508f3a360a059ff641c092a06346e 2,434 1.00/1.00 vMB 18
610,632 610,632 000000000000000000152c6ac55f091789f7de0c8a493fbeeb4edc53ba2a55ff 2,213 1.00/1.00 vMB 16
610,631 610,631 00000000000000000011033d11c914fb172b249ea5d991848de80e5205a7556b 2,683 1.00/1.00 vMB 17
610,630 610,630 000000000000000000088689ac9b3ff82c2668e92534206207fad3e59c8e7296 2,551 1.00/1.00 vMB 28
610,629 610,629 00000000000000000004207c70578a8ae472d836e2e960ece951f8f51c0dfc0c 2,831 1.00/1.00 vMB 21
610,628 610,628 0000000000000000000286112e5424d29e9569d1575d46b9071e8e4c20f81ba3 1,626 1.00/1.00 vMB 13
610,627 610,627 0000000000000000000107cae0ee8cbda602cf410d6371da3f4a98a21064b467 1,806 1.00/1.00 vMB 22
610,626 610,626 0000000000000000000a4abc57953ca462564ac5d98215da2adf7bfeeadd7ee1 937 1.00/1.00 vMB 67
610,625 610,625 00000000000000000002cff759045bbe0939ebfa3b0053fc69ec4e8e5d683315 2,919 1.00/1.00 vMB 21
610,624 610,624 00000000000000000009b87e983b06e6985e86a05a29a73ab97175d871d52600 2,930 0.99/1.00 vMB 13
610,623 610,623 00000000000000000008f7ee0d17a7a3dc092caaf58ac8ee52782c21e8dab1b0 1,104 1.00/1.00 vMB 5
610,622 610,622 0000000000000000000a46cdc2ea9534a2d91e114f66fecc5197cbd49ac0f205 260 1.00/1.00 vMB 8
610,621 610,621 000000000000000000039c994905f8037e53a3bf0a9f37acfe3c5b330a997f97 2,402 1.00/1.00 vMB 9
610,620 610,620 0000000000000000000a1f763d54a10fe1032a5f18db89fcf336739a0baca9c0 3,328 1.00/1.00 vMB 12
610,619 610,619 00000000000000000004ef7416b8d97a7bc95c5ece5eae706e3274115c80fefc 2,801 1.00/1.00 vMB 8
610,618 610,618 0000000000000000000a5f119dd095d10f3fd03674706c93c44d8ec55b573c58 2,974 1.00/1.00 vMB 16
610,617 610,617 00000000000000000003c3e880b8c30f3bff4e1f16a73c42d5d0c66fe7a09284 2,553 1.00/1.00 vMB 21
610,616 610,616 00000000000000000000166f77a8500328caaa61c7458b7a6e0afa107f2acef2 2,195 0.73/1.00 vMB 14
610,615 610,615 000000000000000000046a71120325a79558fecc31d1721b8a98d3667f89cc7a 1,133 0.35/1.00 vMB 14
610,614 610,614 0000000000000000000465da70a3247e619e478ae45bf048e33a03a09a0f8dc2 2,723 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.