Loading Tool

Explorer IconExplorer

Memory Pool

26,715 transactions
12.05 vMB
0.02963365 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.68/200 MB

Candidate Block

Mining Attempt 55b2feddc05e06d1753803c096978de606720b13de23639b9ece7498a18fb38a
Version 20000000
Previous Block 0000000000000000000013ca6935cd8b272fb35cd3514b6f5e9a070a459ec896
Merkle Root d356155e3cf9918623b8161c09fb915c2bc27c3e0f528d266d2f359f519dfe91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,344
Size: 0.997935 1.00 vMB
Total Fees: 0.00931102 BTC
Feerates: 151.16 > 0.93 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,763 (792,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,827 120,827 00000000000075061dc142b3e14fc46de1869abafb82009bd399298ddc6ae396 7 0.00/1.00 vMB 688
120,826 120,826 000000000000022ea14de7324c21cbd3cc7632dde738fa5ad7707460d942662b 35 0.01/1.00 vMB 497
120,825 120,825 00000000000017dc5594afd9a33a4cf283655f64dc35fa7ddd6e9192a02174c4 12 0.00/1.00 vMB 243
120,824 120,824 0000000000009f742e23d82bf05961c7e04af13865e569f47d59a5e0bf8cf828 2 0.00/1.00 vMB 0
120,823 120,823 0000000000000444ffa61e31b1b3285350b62ea3eaf95c532d1fbe9dc372f410 2 0.00/1.00 vMB 0
120,822 120,822 00000000000094cb0eec18c56d0d4fff9420fe4350c80d1bd526167bb930381c 104 0.03/1.00 vMB 123
120,821 120,821 0000000000009612bdfec8c84df8fa903e7a4fe3cfdf30dab5d960dcda148a55 10 0.00/1.00 vMB 351
120,820 120,820 000000000000230ef4e7546bcf3d02fb130c310c3b3dd8df05568d9fa87f87de 10 0.00/1.00 vMB 356
120,819 120,819 000000000000a90497798c9a138271ac7ebd849167d5000b3210dc81ecfbccfd 10 0.00/1.00 vMB 0
120,818 120,818 0000000000001c8fe43f880c31bd8d3ce4bc701b4867ed9a7bf94c621bbd53bd 13 0.00/1.00 vMB 629
120,817 120,817 00000000000082ff4ceade999323953027d95bd2153979ce2e0d1b118293a22b 8 0.00/1.00 vMB 0
120,816 120,816 0000000000006d81b90004295551f657361b84adf7759007ee97a22bcc1ebe3b 24 0.01/1.00 vMB 760
120,815 120,815 000000000000ac95eecb1ce961baa78069a32b584e2920d566da0e3c37291d75 1 0.00/1.00 vMB 0
120,814 120,814 00000000000091a879e8781b1373d8c9a48c6fefb982d49a1f4364e4d6fee723 3 0.00/1.00 vMB 1,934
120,813 120,813 0000000000006763f462c67baf3093b75b2253ce21828df6ad5b2dde18e8550a 1 0.00/1.00 vMB 0
120,812 120,812 00000000000028d2c2f3c509ad2ba06c8cb259b0a1ee85e1ff2e536751d4c32e 4 0.00/1.00 vMB 0
120,811 120,811 0000000000006d4a05fcb04401040e7102540ca3305253982aed03162324c891 16 0.00/1.00 vMB 1,313
120,810 120,810 0000000000002a0fad0c8b75dba7ecc8dc86cb2e6af68207927851039352544d 1 0.00/1.00 vMB 0
120,809 120,809 00000000000088bb0b3300039929d4efecde5572a0007bba414d27e5ff039d0a 9 0.00/1.00 vMB 0
120,808 120,808 000000000000b230d4de4dad827e71a585cfc290a6532f197afec05b44b72f75 36 0.02/1.00 vMB 1,471
120,807 120,807 00000000000057317e23a47879fafbbce6187cc96cb7f61d6079790ab6e0d639 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.20 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: 505.73 GB
    • Received: 4.05 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.