Loading Tool

Explorer IconExplorer

Memory Pool

80,391 transactions
29.58 vMB
0.09684859 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt 924b63cadbc3576864f7dcf960e858d7e10e22de4c3d2677acd7f4fe2ef00a15
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 1bf5dd06f8b8a4f4a8f3df9c9fd7ba9c0917465ed515ac6da74080b86628703f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.03415254 BTC
Feerates: 146.36 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (323,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,295 591,295 0000000000000000000a9675dd6e3aa5f3aded52a659453eb5cb7b19c14f6239 1,385 1.00/1.00 vMB 4
591,294 591,294 00000000000000000006fc6492b998f7e748f4ac339d07a119d8505ad62d35dc 1,798 1.00/1.00 vMB 24
591,293 591,293 0000000000000000001668570272e77fc62caed965d3a10b4ccfc125a00b5f05 2,362 1.00/1.00 vMB 12
591,292 591,292 000000000000000000083c6969cfd094b6b97c269e6be79ef816b34ae085bdab 2,112 1.00/1.00 vMB 21
591,291 591,291 000000000000000000023188db62916ada4b8b1a7d741db6a94e2b05041e4953 2,137 1.00/1.00 vMB 18
591,290 591,290 000000000000000000152d3680b4367237740dff0b86a0f6ff5b252890cce8bc 2,167 1.00/1.00 vMB 11
591,289 591,289 0000000000000000001a39b42a381cd151df207a827e8d9d3ae36486df3151f2 2,380 1.00/1.00 vMB 32
591,288 591,288 0000000000000000001271da9fbe2667e47db4ce14e80d63daeab03e09e0841c 1,733 1.00/1.00 vMB 17
591,287 591,287 000000000000000000015045ea90d83374114cb3032155e8a02a28dafb1c5be9 3,542 1.00/1.00 vMB 51
591,286 591,286 0000000000000000000cb9d96953c5222ed8880bc364e755abf0f4d3c5edda3b 2,009 1.00/1.00 vMB 45
591,285 591,285 00000000000000000014bd44952cf2e1e0e1db9381f6ba6aaadb50eaab8b281b 2,022 1.00/1.00 vMB 30
591,284 591,284 000000000000000000031cc596bdf2d00c539220256cb3da73e21edc084ae9e4 840 1.00/1.00 vMB 10
591,283 591,283 000000000000000000070908eb92657c350882ea236133fb72b3bd7d5cc767f3 1,488 1.00/1.00 vMB 25
591,282 591,282 000000000000000000077a86156d9f3c0c275922f227eed6e9bb085a18af8a5b 1,797 1.00/1.00 vMB 12
591,281 591,281 00000000000000000000da548d9d2349f565e2f212540c4cfd12fd080d172866 2,732 1.00/1.00 vMB 33
591,280 591,280 00000000000000000006b83c7c59753d475eb659deacccfcce3e65ab500c0153 1,966 1.00/1.00 vMB 29
591,279 591,279 000000000000000000091eda7222b397b4d184431baa793184f3ac0df5ae863a 2,809 1.00/1.00 vMB 30
591,278 591,278 00000000000000000006d6e6fad547102ea4f67aef9c62540d69b32aec90e0ae 2,477 1.00/1.00 vMB 20
591,277 591,277 0000000000000000000db7b693ad1a154eec033907a035b167ed7dedf109cac3 2,926 1.00/1.00 vMB 31
591,276 591,276 00000000000000000003d9f61495f8874426d823e9c7ba8e11a6716fb262cccd 3,214 1.00/1.00 vMB 37
591,275 591,275 00000000000000000002ca99dfad43e98a86cdd1fd7a9b1b1b3b10f78ad2aae9 2,358 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.58 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: 671.29 GB
    • Received: 15.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.