Loading Tool

Explorer IconExplorer

Memory Pool

82,257 transactions
31.10 vMB
0.10129152 BTC
Random Selection Loading Transactions
Max Size: 188.89/200 MB

Candidate Block

Mining Attempt 540fe31bc12de47c202543111bb8db52862a5b06edab5b01738e0ccc8c15a123
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 8f8fb18c096aa7612e1da3cc42c19836659d873b85900c6ebf171b7192305e7d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,103
Size: 1.00 vMB
Total Fees: 0.03025083 BTC
Feerates: 318.30 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (467,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,017 448,017 000000000000000000d0644d733d09c629b9f1c4b10d2f76bfbe781659fab580 2,454 1.00/1.00 vMB 95
448,016 448,016 000000000000000002bc4c20547e2b7c9d78bb7ff25ca55c9f84d223b778be16 1,776 1.00/1.00 vMB 62
448,015 448,015 00000000000000000195d974529772ba010f9d4bb60787f121152d87de3062d7 2,174 1.00/1.00 vMB 63
448,014 448,014 000000000000000003319649a6f960d99cd0bee4255d8f35b3dc188f3f01afba 2,505 1.00/1.00 vMB 80
448,013 448,013 00000000000000000199ab77be66156fc040aff2e49931a7eafbbadbe7217f31 2,334 1.00/1.00 vMB 67
448,012 448,012 00000000000000000188ccbdab468c5333091a69446c4390b6ba5129331f3f79 2,115 1.00/1.00 vMB 91
448,011 448,011 00000000000000000042f4e6eccb0446196fb9d30f825c1eb3a23bde673e92d4 2,184 1.00/1.00 vMB 112
448,010 448,010 00000000000000000175ec63cc41597fe469ac08fee8ceca127c79c21814782f 2,785 1.00/1.00 vMB 106
448,009 448,009 0000000000000000024339c295b0b489406a67dd1220f8e59793bae474dbf3d0 1,871 1.00/1.00 vMB 61
448,008 448,008 000000000000000002d0dc5582fdd5c3b2e06f6a6e74645192953da64b3e9fb9 2,641 1.00/1.00 vMB 69
448,007 448,007 0000000000000000010491c5b5071f64aa2c2fd948fdc13ecea9a43e0c3a8bb2 1,967 1.00/1.00 vMB 70
448,006 448,006 00000000000000000153cb5b008df8528fdff986832e4d3c27648093a4cfe242 2,152 1.00/1.00 vMB 96
448,005 448,005 00000000000000000238f31d82a0d2cb3a15b8b9f3dcf671bc578546d7dab0de 2,864 1.00/1.00 vMB 107
448,004 448,004 000000000000000001d7aaeca562b16f243d43140a1c6a02d50d94bd702e2df7 2,361 1.00/1.00 vMB 67
448,003 448,003 000000000000000001d9a4be9ce4bf00d96e02bc056669e6c440e62445a3f975 2,303 1.00/1.00 vMB 81
448,002 448,002 0000000000000000007ddfe4178413681889709126457c0e76b9a62e43111b8f 3,225 1.00/1.00 vMB 111
448,001 448,001 000000000000000000513b8ac5550d717b923b2d687289f006a5064acc02e16a 2,941 1.00/1.00 vMB 81
448,000 448,000 000000000000000001e99659e176e20877dd37c6b257e17b2bdd2090ff7d01a6 2,535 1.00/1.00 vMB 69
447,999 447,999 0000000000000000020d14ca79906cb55ac349268b0906109e1401cb4a486b8c 2,556 1.00/1.00 vMB 97
447,998 447,998 0000000000000000019c8047ffa919524d1942f07fc4366e9558be855ccb6367 2,729 1.00/1.00 vMB 90
447,997 447,997 0000000000000000022b93deac2fe14d39cd3a1157bdb8f4755a2af3acd0ef1f 1,770 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.00 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: 718.43 GB
    • Received: 17.90 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.