Loading Tool

Explorer IconExplorer

Memory Pool

33,458 transactions
25.24 vMB
0.06500845 BTC
Random Selection Loading Transactions
Max Size: 128.01/200 MB

Candidate Block

Mining Attempt 32ed0b04377df0a3622524971d345e2cd6482c4a6f9973fa57f7e4ca1eeaf966
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root c4ec615a51afd7b727369204354861851c786d843ec4b6c546bacfd80203980b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,443
Size: 1.00 vMB
Total Fees: 0.01923557 BTC
Feerates: 101.64 > 1.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (786,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,227 128,227 0000000000001080119fb6e3b0495a5a89f3c99e9436fe202098b1df3d04e407 48 0.03/1.00 vMB 908
128,226 128,226 0000000000001e0367d268823614b13ade06e7c49eed5d0c0bae2c2d562c1256 86 0.03/1.00 vMB 44
128,225 128,225 00000000000006c49e478738cba8d63f1ddd41df2f0abb7dacc61f577a01a338 38 0.02/1.00 vMB 912
128,224 128,224 0000000000000e27c1f3971f6e079c0260234d6e8962c183e10a886b5bb31af4 123 0.04/1.00 vMB 564
128,223 128,223 0000000000000e47ef4fa32172f4c4c9a5ccf5503828ae480221a71f8d2afcb3 19 0.01/1.00 vMB 3,091
128,222 128,222 000000000000157525d5be92e85a2d8fed21081e55823e2da5bffe6819b19457 22 0.01/1.00 vMB 388
128,221 128,221 000000000000257cd195698e8c4a406ecbe21945db09a4ea791b6ebfca5e90a1 26 0.02/1.00 vMB 653
128,220 128,220 0000000000000e546dc248bd8cb5c8395add63485c13b3a3ad46d328552a4756 11 0.00/1.00 vMB 801
128,219 128,219 0000000000001312bd2fbc51b1c4b9d695a6788418cfac2f0bc6f65b77a1fa1f 10 0.00/1.00 vMB 1,397
128,218 128,218 0000000000001ee9e4a4ff5eaded92b32be8933c3785a4bf317c80d5300583bf 34 0.02/1.00 vMB 720
128,217 128,217 000000000000115662cf2470e182d987dea674cb71667ab3b78ad9ad925d9862 142 0.05/1.00 vMB 230
128,216 128,216 0000000000001f16b58cb305fe1db45b6397bed8a39bf1dd272a1e67bb36552a 14 0.01/1.00 vMB 1,156
128,215 128,215 00000000000022a83c76355b1c8b3c9bc8b5eeacc92efcf1af30aa23f624b9ba 31 0.01/1.00 vMB 510
128,214 128,214 000000000000083e604648bb1b4f465c5d6ecf1bd26cd890ca16ed91a648d70b 22 0.01/1.00 vMB 1,100
128,213 128,213 00000000000009ef91b4e3d5e80791713565b159d3ee3f272d6841ce47218ed7 35 0.02/1.00 vMB 817
128,212 128,212 0000000000001298b9417b8c88f3fa8549bc6736806d1beb113a9146c3feab6e 20 0.01/1.00 vMB 557
128,211 128,211 0000000000000bfcaf8eab6df5c85591917dc267972bbda61c702cebf9ae04b1 2 0.00/1.00 vMB 0
128,210 128,210 0000000000000670df6f760acaf286c71126f43dbf6d9f75b37d18dc446bceb1 27 0.01/1.00 vMB 667
128,209 128,209 00000000000000ab5f3ff1683b708e38f20056d6ade047b2d5550bf25bddb569 39 0.03/1.00 vMB 747
128,208 128,208 00000000000009c681caefb2d05e64b3e1cb6232a6a700cc3355b5be59554ca0 64 0.02/1.00 vMB 805
128,207 128,207 0000000000000d51c8a4fbc789912d322bccc7c749ffa29676e14a0ec3a71c2d 90 0.03/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.