Loading Tool

Explorer IconExplorer

Memory Pool

78,459 transactions
29.42 vMB
0.06862927 BTC
Random Selection Loading Transactions
Max Size: 176.69/200 MB

Candidate Block

Mining Attempt 5ec298adbff3726ce9e99fc5c15bffdadca7ad3a00299e3a07846b00dc82e4c8
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root a0bdd95d01caf4d31d2f5a8e14ff1b58f663b61f5f50fd94c9659200525874d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,885
Size: 1.00 vMB
Total Fees: 0.00901956 BTC
Feerates: 150.98 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (561,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,011 354,011 00000000000000000dee1ae5af269b88ea312aa2d2efdf535c66ca3ffed015d6 1,262 0.69/1.00 vMB 28
354,010 354,010 0000000000000000125c586fa20ae20a0d810de590fc1092f898f0863af52923 444 0.25/1.00 vMB 25
354,009 354,009 0000000000000000016f94fa2adf5b4a8f15b446879203562ce14b3d4d89998e 89 0.10/1.00 vMB 9
354,008 354,008 000000000000000009a35c15d52ef6b4fcc73b3b7d4cd210e9c2816f87b77bc2 119 0.07/1.00 vMB 11
354,007 354,007 00000000000000000a01d92d8e4722235feb5857f21f4e323e91d2be5396d9b5 360 0.18/1.00 vMB 24
354,006 354,006 0000000000000000163b7a6c346eba255348bd63f02e6bf37a9b5a8251f8b716 589 0.27/1.00 vMB 29
354,005 354,005 00000000000000000eb26760f1ff62b0b9ec79a25c7615c99430f11f2304e1ab 405 0.21/1.00 vMB 24
354,004 354,004 0000000000000000116c6fdc8547e35f4c085b850899e51aa7f2c328d8ca32ba 341 0.19/1.00 vMB 20
354,003 354,003 00000000000000000a9d704161af9871b55c0bbb8bf6e772d5241480742bad5a 968 0.48/1.00 vMB 28
354,002 354,002 00000000000000000bd15fb48b87160c53caac35ab9e6515b59bc0187982766b 1,483 0.70/1.00 vMB 26
354,001 354,001 000000000000000005ce357b2bb22f3e2e770a89d9f81af07e65aa28b11034bf 195 0.11/1.00 vMB 20
354,000 354,000 00000000000000000cf8af9be2709e9d7adf2c33b3789aeeff517987f4be22e8 852 0.43/1.00 vMB 25
353,999 353,999 000000000000000010584cae69a13665ef30a16ac6f957c5069d64a016e2e310 1,510 0.75/1.00 vMB 26
353,998 353,998 000000000000000008623405accaa440ebbfb528997784e3037620c9269708d6 762 0.39/1.00 vMB 31
353,997 353,997 00000000000000000efe29d07e8b8f9ac5fd37a95094ae0e2a9d61ad66e1222c 110 0.07/1.00 vMB 10
353,996 353,996 00000000000000001166fe9f2836c761a1f9c6c879b2fa88826d76e955944d06 293 0.17/1.00 vMB 31
353,995 353,995 00000000000000000c0b617cb4198c49d2699d5389edcf9e7d00fbf67f1611f6 961 0.63/1.00 vMB 17
353,994 353,994 000000000000000010c2b6f71f7dd148834b6626ab1b942540f55bc88ca4c5cc 1,147 0.90/1.00 vMB 21
353,993 353,993 0000000000000000058903a824a3a2333aba1a0a88e016f9d1cbe62a1b96165f 2,189 0.75/1.00 vMB 42
353,992 353,992 0000000000000000050dac06306e3c9f19637bbef1cc87e376eb89fe863ae292 1,485 0.89/1.00 vMB 30
353,991 353,991 000000000000000004d83a24935d4cbeac752a6694c54b6b7458adbfad597930 811 0.40/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.