Loading Tool

Explorer IconExplorer

Memory Pool

80,652 transactions
29.77 vMB
0.07078982 BTC
Random Selection Loading Transactions
Max Size: 179.62/200 MB

Candidate Block

Mining Attempt 16952d1a268790511763ad8814bc78251c548f4eabc71a51c9844c52b5b53d57
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0a22926985ab9b5f0bfa8dda50d9ffbc2feddfddc5e426a7ad2d4c6f426b218e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,794
Size: 1.00 vMB
Total Fees: 0.01008199 BTC
Feerates: 100.36 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (521,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,452 393,452 000000000000000003c983a0e14c89f05a1a4f32a1254c08e0a0182dfca66e25 2,880 1.00/1.00 vMB 56
393,451 393,451 000000000000000001c9d05cc7762055903577f6bcd9b8c18a34bda34b77b080 1,497 0.93/1.00 vMB 20
393,450 393,450 00000000000000000130ae11e1339a5a5f4288a0b6116d77253061558a4b5416 2,810 0.95/1.00 vMB 59
393,449 393,449 000000000000000008060aa96648890b10b35030ff3217ab3e5c14b86b809a74 1,380 0.99/1.00 vMB 25
393,448 393,448 0000000000000000006945ccc391c0e25d1d567b1f35390019830e5dc5888e15 1,536 0.93/1.00 vMB 21
393,447 393,447 000000000000000001a0b091ddcd0cf09eac39a14fd586e9cf42e20a68e57028 2 0.00/1.00 vMB 0
393,446 393,446 0000000000000000028f802ffcb676e593e887c462eccef18ca544541eb45f45 2,364 0.99/1.00 vMB 60
393,445 393,445 000000000000000005eb4339252142050d4a1c0e4d3b0ac255d1a0b43d4a08be 2,307 1.00/1.00 vMB 28
393,444 393,444 000000000000000005183111ae30f7c5b69ebce76a187c7535457aaed67bd9d0 2,525 0.95/1.00 vMB 58
393,443 393,443 0000000000000000077138fa4ad44d06838b4d2812794b2335349f3fe5aadb7a 2,031 0.95/1.00 vMB 41
393,442 393,442 00000000000000000959be86b5f111d0ec83bcf5b1312c73d1f06bdeb5ddd2f7 1,449 0.93/1.00 vMB 31
393,441 393,441 0000000000000000082599be00bde6aca271d20c771542738343f3c940da7939 1,923 0.95/1.00 vMB 31
393,440 393,440 000000000000000002edbd1252e84813b7e7996a08612e8200ece886cb2246b8 1,785 0.75/1.00 vMB 41
393,439 393,439 000000000000000007711664242b20e9cdf247b4cbbece7e9d5fa36c4f8dd761 2,613 0.93/1.00 vMB 45
393,438 393,438 00000000000000000371380fd61a78ce78255c251178d577b45f627171e2b9e1 2,470 0.93/1.00 vMB 86
393,437 393,437 0000000000000000038ee60588e1ab275b2ff11cb8f4269fec711f1afd6f500d 1 0.00/1.00 vMB 0
393,436 393,436 00000000000000000806a5023a108beffe5120eb9bd8017b4587b996287249cb 1 0.00/1.00 vMB 0
393,435 393,435 0000000000000000069dda1580a38e31dea09ff2f51d69bc806d1d9e30e699b9 2,338 0.93/1.00 vMB 38
393,434 393,434 0000000000000000079cf8150eb12a413b369bf92fd8b8d77a6499ece9c1fdb8 2,454 1.00/1.00 vMB 44
393,433 393,433 0000000000000000077d4eee562d6dee1cf9183e85bd3d52a76e08bfb80451ef 2,873 0.93/1.00 vMB 59
393,432 393,432 000000000000000003d09cb4b35379b6b92b267a92cdd123612a4779703ded97 2,637 0.99/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.