Loading Tool

Explorer IconExplorer

Memory Pool

46,139 transactions
28.95 vMB
0.14452796 BTC
Random Selection Loading Transactions
Max Size: 151.09/200 MB

Candidate Block

Mining Attempt 324e7e1ca204cebc9bc89b7240d197bf6f246666215fed41af329b505a9e7d83
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root b16f13f817b0a732c722cf98dd092fbed97f68ba8506f27bc750db5ba8725a2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,395
Size: 1.00 vMB
Total Fees: 0.04012421 BTC
Feerates: 100.53 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (266,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,530 648,530 0000000000000000000d9c4a88bf4794231350134107ec72886bd89b92a2ac42 2,015 1.00/1.00 vMB 35
648,529 648,529 0000000000000000000f2dddfa842b2f93ed46537baa0b105e97b6e797708b8d 2,051 1.00/1.00 vMB 43
648,528 648,528 0000000000000000000c9248419ed2670e791663e91b5ff97f41687cb551231f 667 1.00/1.00 vMB 8
648,527 648,527 0000000000000000000c524e44151c3e268f37005639f1f3e0f976fd1bcb79ff 1,580 1.00/1.00 vMB 23
648,526 648,526 0000000000000000000ed55d383e349d71eba37ad2e556c4064c31ed4c01d269 704 1.00/1.00 vMB 11
648,525 648,525 0000000000000000000c194c6e81f98a820807a67da41ab069103efbb616932f 2,284 1.00/1.00 vMB 13
648,524 648,524 00000000000000000009c7d66100c8441ef6872e2c5ca0afb1af010dc481aba8 2,098 1.00/1.00 vMB 11
648,523 648,523 0000000000000000000a5edbf74e7c1b7c2ab1114705b6bec1d9d4c6f2236672 2,357 1.00/1.00 vMB 55
648,522 648,522 0000000000000000000e361f005eb957f470093c217d4c0840271fbb32388f19 2,262 1.00/1.00 vMB 50
648,521 648,521 000000000000000000093cce6efa6a485df2f75faf28c7a93ffc9c730ade248a 2,453 1.00/1.00 vMB 94
648,520 648,520 0000000000000000000a9e20cbcb6b1f5b00b8275bcbe5279beb4b9f02d7f42f 2,111 1.00/1.00 vMB 48
648,519 648,519 0000000000000000000aeb1be674803e99af34ce5b3b6396de8718d96c55a4ee 2,293 1.00/1.00 vMB 92
648,518 648,518 0000000000000000000f8c21620689ece5026e9363457d663cf9f7de78a5e992 1,666 1.00/1.00 vMB 13
648,517 648,517 0000000000000000000606b735e8419c72aca596857f0b0b972e99b42b5be86f 1,265 1.00/1.00 vMB 20
648,516 648,516 0000000000000000000a1fee2f2a6f83e77060c7a66b982e2c77d6a73756c6e9 974 1.00/1.00 vMB 13
648,515 648,515 0000000000000000000e8ecb8e00dad9783d1de5cd4c8182064aba73d4279ae1 1,189 1.00/1.00 vMB 22
648,514 648,514 0000000000000000000af09db717cdd719c1128315cb612227ea23f81d809f0d 1,445 1.00/1.00 vMB 6
648,513 648,513 000000000000000000080e0da6e8daf3347a84be18645c23e8a6ea88121c5646 2,404 1.00/1.00 vMB 50
648,512 648,512 00000000000000000003217da1ceb1c982d81612e833758f977139b28e4dc8b6 1,124 1.00/1.00 vMB 15
648,511 648,511 0000000000000000000d413155d452a05564c381c46afa6cf0e103e66eaac874 2,146 1.00/1.00 vMB 18
648,510 648,510 0000000000000000000ab94336c0c4bfe1e8502a09a352518ac23e3015c09cc2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.