Loading Tool

Explorer IconExplorer

Memory Pool

45,047 transactions
27.50 vMB
0.07568632 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt dafd109e21ec22527ddadfe7b36aef24d14667d7c131553554f452bbcc7d3d62
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root d9a084fcd84a89dae6e442edf540490d5a2ab96e7af7dfd8ec064b7fdfff8e0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.02394459 BTC
Feerates: 192.02 > 2.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (438,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,141 476,141 00000000000000000113cae08b605fc061e7c63ba5c8affe8aedb598cb2e012a 1,867 1.00/1.00 vMB 212
476,140 476,140 000000000000000000cf83016c03f31f06d6e670903fff47c3b0b258ab1e0fd0 343 0.99/1.00 vMB 10
476,139 476,139 000000000000000000b680acb8fb98a1be34f15f5fa1915513ad2d329fa4793e 701 1.00/1.00 vMB 49
476,138 476,138 00000000000000000032c14602a5d7f377f4a6e901d15221c2a6f92a53c4009d 221 0.99/1.00 vMB 25
476,137 476,137 00000000000000000158dedaaaee991259ae14c829b2e57d38c191d8f6eae8db 1,695 1.00/1.00 vMB 134
476,136 476,136 000000000000000001234b597b53e9ab45ab951fb3fcb5cde2e84f66e8588b88 1,933 1.00/1.00 vMB 176
476,135 476,135 000000000000000000cf75fb5ec716b2002aa8f7e1d5e657d85d81b2f2f642fb 430 0.24/1.00 vMB 121
476,134 476,134 00000000000000000158f3fd13e7b1b54fb6a467743d41bb993bc859c1662687 411 1.00/1.00 vMB 37
476,133 476,133 0000000000000000000ff8792cb02f313be3dc13955d2a515be375e6f0045d74 959 1.00/1.00 vMB 61
476,132 476,132 000000000000000001153faeb32146c53b6b5d69418f35f86a198c323e549b52 1,752 0.99/1.00 vMB 124
476,131 476,131 000000000000000000ed87aee1f11032ee02cb86c51b4beaf485b8edb3fc10d0 1,930 1.00/1.00 vMB 130
476,130 476,130 0000000000000000000b7306b9abfbde43b56aa6e5035f7dd5ade92b56d6bf92 1,812 1.00/1.00 vMB 189
476,129 476,129 0000000000000000013c72bb1d7f890843e34de48325c8cf9bbc583b09d0708b 678 1.00/1.00 vMB 65
476,128 476,128 0000000000000000008a26736d7bc3aa69ef5fcfcdb715dbb8d2b642183cb7ad 1,722 1.00/1.00 vMB 110
476,127 476,127 0000000000000000013a345c2e1e6403424ec9bea23eb6a10fe2e6f5dc769188 689 1.00/1.00 vMB 33
476,126 476,126 0000000000000000009625797ce97b6d84b1d032bd78a8f4176f2e8eee049a16 1,390 0.54/1.00 vMB 194
476,125 476,125 000000000000000000acfb23f2c2389022d9028b7ef7004e5571dc65a96568a9 507 1.00/1.00 vMB 33
476,124 476,124 0000000000000000009b845dd80c50516537656a0e5c19395c7a0f873a773095 1,509 1.00/1.00 vMB 102
476,123 476,123 000000000000000000c837731947b52172e0746447e5cecf56f6cadb6983d18f 1,441 1.00/1.00 vMB 89
476,122 476,122 000000000000000000c55888fc0cad253c89d98395ea3de53cdd4d2222450fa7 934 1.00/1.00 vMB 75
476,121 476,121 0000000000000000015d0b648486d06d6014e06aef5ec2ff2e5227f3b0e03b73 792 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.77 GB
    • Received: 14.19 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.