Loading Tool

Explorer IconExplorer

Memory Pool

19,233 transactions
11.19 vMB
0.04036705 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.82/200 MB

Candidate Block

Mining Attempt b98d522edeff43df54bd4606d81f32e74ceace7fbe4750b01fa76af4d48a8ce3
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root 93e430f5ec33025eda8c67e27c2de4ba0bb7b3c125aee8c2d2bf277d97b60688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 0.99797875 1.00 vMB
Total Fees: 0.02093433 BTC
Feerates: 150.80 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (759,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,025 154,025 0000000000000824987682660158ed4920f31f93e3d3ef3e6a892b9713243f3f 4 0.01/1.00 vMB 9
154,024 154,024 00000000000000587738a0df40eab35599a7b732825677195f23b2ad2b341c88 154 0.04/1.00 vMB 28
154,023 154,023 0000000000000572908f9e976ead890ee1e21f6a5e2d15a7694bfeda57050371 56 0.03/1.00 vMB 201
154,022 154,022 0000000000000470761463b11e9ae55ff1e64e29e25f023fae3feb10917a1a2c 36 0.01/1.00 vMB 297
154,021 154,021 0000000000000c8ca6543f4482a21d95eeb34df1e97f484995492548d2264e4c 16 0.01/1.00 vMB 44
154,020 154,020 0000000000000928767c2d9e0bc0d05df445abe1886de4a258906c81e695dcc9 24 0.01/1.00 vMB 26
154,019 154,019 000000000000053b1578dd31adf5503aac0fb5a9308d057951252d7e98f60b89 11 0.00/1.00 vMB 0
154,018 154,018 000000000000023667c6dbe1b8fa7d80e8aaf21569976b83c7a0ff241b1cb650 43 0.02/1.00 vMB 59
154,017 154,017 00000000000007f3034f5dd59eaba7f3250165eed08d0252afcc71007f22f10d 10 0.00/1.00 vMB 0
154,016 154,016 0000000000000227053c95b10bd732fe6cc211a0b2d360f76610e614cebbac62 38 0.07/1.00 vMB 789
154,015 154,015 00000000000004ccfd2c20a426d2da905f6a0578155881fc9a826aa493a213ff 90 0.03/1.00 vMB 95
154,014 154,014 0000000000000881a832d56f46191ae29ab8dc161e159d14c1a24d191f0fdcc0 31 0.02/1.00 vMB 41
154,013 154,013 0000000000000c0495637820456d7df978b2ebcb413dae69384d4d0c458d4ac6 19 0.01/1.00 vMB 305
154,012 154,012 0000000000000c903d611033d7f69368b69552f79bdedead19b53cf585ea780a 26 0.01/1.00 vMB 264
154,011 154,011 000000000000025013773de49f9538ea7bb747706cbc275367ca4985ba15b83e 19 0.01/1.00 vMB 47
154,010 154,010 00000000000002da814563051aa6d023614680e1b81435abe3ccafc78142ad60 24 0.02/1.00 vMB 79
154,009 154,009 00000000000003bccb90014fcd06fa079253807bf105ef3ffef84be60f1f4095 101 0.05/1.00 vMB 178
154,008 154,008 0000000000000b44cc6d2ce7a49a9134450b26708bb114e65f41c230251c6f22 124 0.05/1.00 vMB 20
154,007 154,007 0000000000000ade3b98790f9ccceedb3715557e0f24691887a4573dc3158e6a 12 0.01/1.00 vMB 22
154,006 154,006 0000000000000ac450df91a29d09e3abe202941a01b54cd345f943b5295e7225 124 0.04/1.00 vMB 121
154,005 154,005 0000000000000aae034c4bf93c4cfd72385943a85b51561d4729e236d81bc54f 30 0.02/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.28 GB
    • Received: 4.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.