Loading Tool

Explorer IconExplorer

Memory Pool

45,660 transactions
29.05 vMB
0.13898595 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt 0eafbe9ccbdaa6a4d1283dd0e21d6b642d937417c43a1a48d3e9fa9770f39bc4
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 23db7f21dc95e41c38031014089f3f5698cf9a39884e7721492877deb1165552
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.04194800 BTC
Feerates: 150.75 > 4.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (503,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,147 411,147 00000000000000000333d18e3d64410d7ad824b504e6c89c105ee9e049890835 1,612 0.79/1.00 vMB 38
411,146 411,146 0000000000000000032af2e9c80f4d73fe5863c545001abd2afdd6761102e595 8 0.00/1.00 vMB 544
411,145 411,145 000000000000000000a7f86936131e49a18212ddab29857c553eca85711e1473 948 0.91/1.00 vMB 18
411,144 411,144 000000000000000000f2a1feb2cf75204b40b753a381ce96bb57bbe3eac87dfc 1,415 1.00/1.00 vMB 26
411,143 411,143 00000000000000000003fd55c312098ddd9da502ae72f373e11f7693c5600fa7 2,233 1.00/1.00 vMB 46
411,142 411,142 00000000000000000079f29a0ea0987e6f564e86cc54496471f5642efd3ba5b6 1,789 1.00/1.00 vMB 27
411,141 411,141 000000000000000001c6c5bb9f7136a5797cefe44ef8f2e9c3c8e7d0bde4998d 2,933 1.00/1.00 vMB 79
411,140 411,140 000000000000000001a9c2a3d2fdf172d1c2087213c3e8d1e9803a0b166097e7 411 0.15/1.00 vMB 57
411,139 411,139 000000000000000002d2bc42f3d23b99b7070cd5d7bd0c4aa73ec318c735bac4 951 1.00/1.00 vMB 17
411,138 411,138 0000000000000000046208e6c18c214fcace657d577dbace77fdc3aa36345b43 1,300 1.00/1.00 vMB 23
411,137 411,137 0000000000000000044649d7b8bde16e21c82444fad05d82ca6ad6d40fe9915b 1,638 1.00/1.00 vMB 27
411,136 411,136 00000000000000000078550ae26e366119cde0c58c5afc2ec15981db1fe689f4 1,909 1.00/1.00 vMB 43
411,135 411,135 000000000000000005e21068aa6f988f85b6ec98d2799753f17c3fa2ebada29e 2,213 1.00/1.00 vMB 30
411,134 411,134 000000000000000005c1e397305511c1174d5dec6b9b2a6fc210723a5b7212e0 3,009 0.99/1.00 vMB 64
411,133 411,133 00000000000000000113c3a9c8799e84ffbf5b8f7f5604d34861837726dd908b 2,767 1.00/1.00 vMB 53
411,132 411,132 000000000000000000579e072ebb51f6a64f784999c6a9ca9c3abf3d132804ba 2,643 1.00/1.00 vMB 52
411,131 411,131 0000000000000000035065a351e9e7258da9bf07fe78c472060e95b1c29a4273 2,395 1.00/1.00 vMB 60
411,130 411,130 0000000000000000045f5ce764b8ee0760a1e5627448b9764203c4c0a698b88e 261 0.27/1.00 vMB 26
411,129 411,129 0000000000000000051a61b551b2eff4e9923a04f4f3b1eedebbadc920441ef1 394 0.25/1.00 vMB 30
411,128 411,128 0000000000000000042ef4cc555eb63fc80c96b60dfad8e58abb07cb1328f010 535 0.51/1.00 vMB 28
411,127 411,127 000000000000000000de325c0c67352d0860a0829fdbaa6dee6602484d724ed5 15 0.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.