Loading Tool

Explorer IconExplorer

Memory Pool

36,581 transactions
26.66 vMB
0.05319918 BTC
Random Selection Loading Transactions
Max Size: 135.36/200 MB

Candidate Block

Mining Attempt 913f6d2a238d62cb1af6acdb1940db62d72ebac8d69b52d914c01874ecfa1130
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root 0911629fec6bc6c11acfc227c5f4b22119fbb36c99251fd0fe0c6c58b325da78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.00344147 BTC
Feerates: 50.27 > 0.34 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (786,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
128,206 128,206 0000000000000a73d997516f1e701b3601949d3059ca27e1ad7d09a539729a35 59 0.03/1.00 vMB 1,111
128,205 128,205 0000000000000a1cb075afff1d3cad0fb022ee62c795501ae4192b1efd34baeb 15 0.00/1.00 vMB 1,502
128,204 128,204 0000000000000b8087964408255393ec9a2438ca7b0cf133dc627636dcd821ba 25 0.01/1.00 vMB 1,187
128,203 128,203 0000000000000b3830fce0e6fe1ec581a04450971300a5d4eaf5f8c3f711abff 54 0.02/1.00 vMB 346
128,202 128,202 0000000000001aef06982c060269a540e3c9e4f958f4813860197684e623ee96 13 0.00/1.00 vMB 289
128,201 128,201 0000000000001175a05700ed42a7a6110fa44e557c324d8b9daae73cb5c48da0 19 0.01/1.00 vMB 1,607
128,200 128,200 0000000000001c305598c2c9d5eac816342f036e31139f86ea6fbd26d4f0e848 22 0.02/1.00 vMB 794
128,199 128,199 0000000000001ca764eae93c271852ef2067ba6cd51892cf70ef84080c6ea3f8 69 0.02/1.00 vMB 163
128,198 128,198 000000000000086f4ad222a8b8ec41845375069a104401969068bda7bc5e55ce 33 0.01/1.00 vMB 841
128,197 128,197 0000000000000f5905dca257dacdb0337f73e2fac027a6e13effc8e91cbe47f4 42 0.03/1.00 vMB 900
128,196 128,196 000000000000076bf49383019509729c7fb51a06c5cb1526b3db26143cc691a7 143 0.09/1.00 vMB 717
128,195 128,195 0000000000000f90fdb51876fb900176f37f2128ab2d594a7776953a00952693 27 0.02/1.00 vMB 1,115
Previous 10 blocks ↓
Total Size: 781.78 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: 632.90 GB
    • Received: 12.17 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.