Loading Tool

Explorer IconExplorer

Memory Pool

83,418 transactions
32.13 vMB
0.10403088 BTC
Random Selection Loading Transactions
Max Size: 190.98/200 MB

Candidate Block

Mining Attempt cc2209c4ea8a8aff3e9d72d8d818a749601fd4d5c9e3a80e026323db8511a540
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 42f17e942ade437ba2efab5bf587208423f6033d14fd8bfdc1fff1b8ae0b73f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.03940782 BTC
Feerates: 387.56 > 3.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (169,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,509 745,509 0000000000000000000946329a90b21d1958d095ce510f130145fdbace3117b7 2,548 1.00/1.00 vMB 43
745,508 745,508 0000000000000000000743c4ac92ac9c6d61abdb86293c0838718270e1b31f03 1,741 1.00/1.00 vMB 11
745,507 745,507 00000000000000000008a9dc2c5e8e9f2eaf2b2a982601e19b16fe793382017c 1,922 1.00/1.00 vMB 21
745,506 745,506 00000000000000000003744db827288361046b7fc0fb8a2d8a61df7d2969038d 2,488 1.00/1.00 vMB 18
745,505 745,505 00000000000000000005d94f265f395fdd8d5e96571cf8a446c9b41361e03337 3,247 1.00/1.00 vMB 21
745,504 745,504 00000000000000000002806c98d431977068b5e3cf1169e47b38187796fbd007 2,930 1.00/1.00 vMB 26
745,503 745,503 0000000000000000000212eb18a06c8e230f6a4cb5b9f6f8f8c8a8b71ec43a52 2,214 1.00/1.00 vMB 14
745,502 745,502 0000000000000000000961272b3b12b4e19a409a61cdf9a75a6903f06beafa50 3,270 1.00/1.00 vMB 21
745,501 745,501 000000000000000000015f5dde1a00cf3038848eae02247aec29e759a1424f26 2,379 1.00/1.00 vMB 40
745,500 745,500 00000000000000000006cbe4bebdfa35b0f1a848616dc46cb4c970be3d6e9d90 3,103 1.00/1.00 vMB 24
745,499 745,499 00000000000000000007c3b68bb2166a73030f00a1cf371a9ba8dd1198cd307f 2,235 1.00/1.00 vMB 13
745,498 745,498 000000000000000000064c150710534aa29758fd7e0d645afb14341f50050887 2,285 1.00/1.00 vMB 33
745,497 745,497 0000000000000000000705c02a141bb1b64373b3a5be4f887077000ac7d57160 2,539 1.00/1.00 vMB 33
745,496 745,496 00000000000000000000a986bc5a516248499db422c914152d5f0bc1b2e0c3f4 1,888 1.00/1.00 vMB 12
745,495 745,495 00000000000000000009759470cc4a214d90a1ab3eeeab239b0c99e1858c413c 1,830 1.00/1.00 vMB 15
745,494 745,494 00000000000000000001a3c24537a03cfe5f1c82806754668255fc306eff12ac 2,363 1.00/1.00 vMB 31
745,493 745,493 000000000000000000081054a527ea00e703bc3ce20f79555f344eae60ce7f1e 1,557 0.63/1.00 vMB 13
745,492 745,492 0000000000000000000964aff7dedf537b6b5b92785040a11b8619b8d026f58e 1,827 0.62/1.00 vMB 14
745,491 745,491 00000000000000000008b2491aba881121bd37c742a77d2d0cebb0f69d582fb6 1,260 0.37/1.00 vMB 14
745,490 745,490 0000000000000000000005ace0bf07f991eba35beed991ca17ba33a2504067f6 291 0.09/1.00 vMB 13
745,489 745,489 000000000000000000016ea3c906bb0aea13f9c4e2d9f8813c85e756992712a5 1,250 0.47/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.31 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: 658.85 GB
    • Received: 14.59 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.