Loading Tool

Explorer IconExplorer

Memory Pool

83,898 transactions
30.88 vMB
0.08380515 BTC
Random Selection Loading Transactions
Max Size: 189.75/200 MB

Candidate Block

Mining Attempt 48274b57c8052553ad6cf222f6cdf60c33d2089d3a76aeedc2485911e02893ae
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 47dfa56b6214c0ee57ee95e42764ea0c5e001ecdfbaf35839c3dd946dbc67463
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,631
Size: 1.00 vMB
Total Fees: 0.01311291 BTC
Feerates: 60.16 > 1.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (459,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,553 455,553 0000000000000000018ccf82f0dc96f1d9775addc3ec55a5f6c7f2a17bcd7166 1,825 1.00/1.00 vMB 170
455,552 455,552 00000000000000000230f3e69a8f78b1f5f8f630d5b441997c071c3f5df378fb 2,007 1.00/1.00 vMB 189
455,551 455,551 0000000000000000012deb45b0ff82a7a9547fbda45a39d57271afda7f7fe17a 2,863 1.00/1.00 vMB 257
455,550 455,550 0000000000000000025171b6f7740c7d631aacc6420792ae1b9fb333bddb6360 2,983 1.00/1.00 vMB 273
455,549 455,549 000000000000000001e4130166b1a708c306c8aa766f847a49248190bacfeb69 1,968 1.00/1.00 vMB 185
455,548 455,548 00000000000000000211b0fabb86028a551db5df04c1f727a2dc3aa4484b065f 1,744 1.00/1.00 vMB 178
455,547 455,547 00000000000000000273d515de5c3bfa8da296a9ac8a1cddf660b86bd0c1686d 2,512 1.00/1.00 vMB 272
455,546 455,546 000000000000000000c509e515f8775658f86f81077bfda75390639234af8687 1,515 1.00/1.00 vMB 149
455,545 455,545 000000000000000001e635574bc69dd30ca4228cf92eb99186b391f4a19ed294 1,631 1.00/1.00 vMB 141
455,544 455,544 000000000000000001c4affbf0db7a4e939609b602be60abea7fa5eaa6376e82 2,730 1.00/1.00 vMB 242
455,543 455,543 0000000000000000021b9d7970161fc7a0ad61e64782c5a435714a7af86a37ee 2,154 1.00/1.00 vMB 189
455,542 455,542 000000000000000001af254661b94159edba3cb03980b2f7a042d3c4c43d2dbe 2,696 1.00/1.00 vMB 246
455,541 455,541 000000000000000001ee78dac7d0dc1b276174156de26f71faa4ab923574ec3f 1 0.00/1.00 vMB 0
455,540 455,540 0000000000000000008326419dd26407c51248ad2c8e04c7ebba5de6eb87e202 1,807 1.00/1.00 vMB 160
455,539 455,539 00000000000000000169b30dd310bf41a80512f2ed09b70c1bc2628744799d01 2,098 1.00/1.00 vMB 117
455,538 455,538 000000000000000000ca889e622a810ce9ccdfd44d3150f9e37b66bef9162c40 2,172 1.00/1.00 vMB 182
455,537 455,537 0000000000000000019cab4580bb4e405c7e6882db72ca797bde4f32f8cf107b 2,242 1.00/1.00 vMB 194
455,536 455,536 00000000000000000007241f27132374771573acf66e51114e14c811ae9cdae6 2,176 1.00/1.00 vMB 220
455,535 455,535 00000000000000000091dae67a51e8ccf44efcae3b441c9c55487454861d02e3 2,029 1.00/1.00 vMB 142
455,534 455,534 0000000000000000005b48c1228b6b38c79fe81070394cb39c0d20eb754d6c8d 2,308 1.00/1.00 vMB 223
455,533 455,533 0000000000000000010b031b3d4f563dd6154e88e7107b48ffaed1b2809e2ed6 1,833 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.03 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.