Loading Tool

Explorer IconExplorer

Memory Pool

42,619 transactions
26.96 vMB
0.06806832 BTC
Random Selection Loading Transactions
Max Size: 141.42/200 MB

Candidate Block

Mining Attempt 75503a7abcee00d2a9809a9b894b1e74e85fda4a334c4682d5f528232d8e92f5
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 11231737f117a46741dd1345fdf2345a93eed31ce84c2df4486f2c79c2b2dde8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,520
Size: 1.00 vMB
Total Fees: 0.01793508 BTC
Feerates: 201.07 > 1.80 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (613,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
301,317 301,317 000000000000000000f56eb3eaf2d80f5cba057ac387f4292432e63021768ba6 821 0.35/1.00 vMB 36
301,316 301,316 000000000000000014a73b1cd7f6eeb84320f6a98e03b7df3d8d9ba831d56760 307 0.18/1.00 vMB 27
301,315 301,315 00000000000000003c21b1b94af2e53be2c8f043e511fd3cd6803ea3abb8c6d5 44 0.07/1.00 vMB 11
301,314 301,314 00000000000000004fe1d6b796acf4135c88ac2a448fcd3c5b12a9e3cd7b7bb0 32 0.02/1.00 vMB 20
301,313 301,313 000000000000000047d82a1f02cde4b8848163e83e4bd6e8a722d7fbb9bec234 96 0.06/1.00 vMB 19
301,312 301,312 00000000000000005b47a4319faa3a712c9822dfd43498f591a3e4431b59c436 201 0.16/1.00 vMB 22
301,311 301,311 00000000000000005d410c96d0406353c27aad200da81f47fc42e874d98a46b9 8 0.00/1.00 vMB 24
301,310 301,310 00000000000000000ef9985ff5dee37218343a613c458f538808bbd87d5c6223 132 0.07/1.00 vMB 29
301,309 301,309 000000000000000066a96fe657d61bd593aed333eebe25119736a5d88bf70894 27 0.01/1.00 vMB 32
301,308 301,308 0000000000000000608ee976758003d97b9e0b4bd8122599c1d2af7e60ad0301 172 0.12/1.00 vMB 25
301,307 301,307 000000000000000013de8f62a4cb5d5f6b3f3af6cdd886eae535c71273c4856a 19 0.06/1.00 vMB 4
301,306 301,306 0000000000000000662cf8564bcd4f90e1db5a16a3bc6d375736b5f4eeffd506 76 0.05/1.00 vMB 27
301,305 301,305 00000000000000001dd82e6933cecf1226875bd6b8401c233434adf966c75d16 79 0.57/1.00 vMB 3
301,304 301,304 00000000000000006c9fc10762f48a46eb6e4db823ebf4fa250395e4dfa9bf89 151 0.12/1.00 vMB 23
301,303 301,303 00000000000000004469f4fc641aff920ed8dab836b4abdab025b4a52252e1ec 448 0.23/1.00 vMB 32
301,302 301,302 00000000000000000aecfbc71c80eb5b52cf50fc63c9ed09ca8b5f54cacd04ee 398 0.70/1.00 vMB 13
301,301 301,301 000000000000000071075ab3a8b4b30b7c2a14aadc0da7b738fbd54d49efb952 866 0.35/1.00 vMB 38
301,300 301,300 000000000000000043a8c8f8465804e52f2c61055c3521c8a7fe5bc27f3ebb7d 651 0.35/1.00 vMB 31
301,299 301,299 0000000000000000340cf952a0e1ca483e559c72a56f5fa9fb06ed09435befe5 559 0.35/1.00 vMB 26
301,298 301,298 00000000000000005f7803b7a502bd584177b31bfc82728cdbf4fb175cd5ae55 128 0.06/1.00 vMB 28
301,297 301,297 000000000000000031d20e6ec12f70ec3ec921cda8df8a8110ddfc0d3bd0478e 199 0.11/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.