Loading Tool

Explorer IconExplorer

Memory Pool

25,450 transactions
6.71 vMB
0.07220026 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.71/200 MB

Candidate Block

Mining Attempt 1cbde64aff8b62f09a9f708d80969b22f71dcc46b5bd183376ffe5cd0678ded2
Version 20000000
Previous Block 0000000000000000000126c5f459a849ef08f23fc138334e0341eb4a4a0b5ca8
Merkle Root 8067008e4f07f8905de4326367c376b33132781e374464f791fd082f185335b3
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,150
Size: 1.00 vMB
Total Fees: 0.05160630 BTC
Avg Feerate: 2.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,113 (723,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,059 190,059 00000000000004f8a7558e890cbddc7be941c7e42e3ec37f0de318426bdc022e 0.05 MB 117 67
190,058 190,058 000000000000023261d514ba54b9626079df898fbcbabb76ca8502f3b85f70ff 0.09 MB 148 90
190,057 190,057 00000000000008ebf028a1737fcc4884be0f5a1a7bf60c043fbcb19b247ef53e 0.03 MB 63 99
190,056 190,056 00000000000006a4782de9ba2e0d6f2949d3ba11063a085042e901c4246a1e4c 0.01 MB 22 0
190,055 190,055 00000000000003336b2a4f21d88a0883d6681d7ebc59bebd335bc6775ef452f3 0.25 MB 500 110
190,054 190,054 00000000000005a8df42c7ff81cd6891291f168e97216f4d9604ed49871e47f9 0.13 MB 398 138
190,053 190,053 00000000000006760e68bc9b534a7fb27ada0d70a3bf4263d334c9784744c2cf 0.00 MB 1 0
190,052 190,052 0000000000000511404b3e9de812e214f79862cd24c55c91709afa5ef3dd7a6a 0.07 MB 128 106
190,051 190,051 00000000000004ba0a73de58c296a28fc3af1be5c0ee80338dcb666a01d5c8db 0.23 MB 512 139
190,050 190,050 000000000000051535c78b21eb8466ef9018e31990fef6649fdd66fd9845ac80 0.11 MB 277 117
190,049 190,049 0000000000000553646dd5663bd5bf6a21db5d48a47c8a267a89eab6014fdab0 0.14 MB 297 127
190,048 190,048 000000000000047c5d98c76714aecb779c91fcfb9bbbbea591e6d0720b61e5a1 0.39 MB 953 199
190,047 190,047 000000000000029e25e3e4415fa81c929317ceb2c234f7ee976f8583dcb00173 0.01 MB 37 122
190,046 190,046 000000000000002a329b4437f4482027d51cddf0debff5b7ce256da0b257995c 0.16 MB 354 148
190,045 190,045 00000000000006b5e91b912f7535fb00598bef0efcfb6837b0653ded70f8693a 0.10 MB 237 119
190,044 190,044 000000000000072fb5b122f440e5b81548b48c897bd731b8b9f8b2a142772ab6 0.02 MB 40 96
190,043 190,043 00000000000003500db86a6bb61d50759de1bab39b2e70c483e0108ff900cb6a 0.21 MB 454 135
190,042 190,042 00000000000000e57a090fd0183296a8a79465d823b126540237fd5d65697bc7 0.07 MB 148 102
190,041 190,041 00000000000004eeb2126c46e83d718a11dccb58a97f8e6d3ccbcad800a1264b 0.25 MB 523 144
190,040 190,040 000000000000081fae6c240eaf083be1881b89eaef4cace26348d86792a6db93 0.02 MB 80 122
190,039 190,039 00000000000007acca257f7af4e74549fea10c9c6ab226a1bdffd6319da66c3c 0.42 MB 695 131
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.54 GB
    • Received: 0.46 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.