Loading Tool

Explorer IconExplorer

Memory Pool

49,284 transactions
29.84 vMB
0.09701624 BTC
Random Selection Loading Transactions
Max Size: 159.00/200 MB

Candidate Block

Mining Attempt 56e5af2da9491b5eaedc0ccef1382e49e617f7d989f93b01a574329bb03a13aa
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (413,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,681 501,681 0000000000000000003704c8c4a95d8e96f8a71f21016f4db5dd27f3c8912e6f 2,454 1.00/1.00 vMB 865
501,680 501,680 00000000000000000014c4ff5d91b2a7e1857167d405ca2e288c20502dc6b192 1,908 1.00/1.00 vMB 979
501,679 501,679 00000000000000000062539c7717d6ad6dffcda5e3a324c7c1da352128bdeb56 2,584 1.00/1.00 vMB 713
501,678 501,678 000000000000000000308942b1aeaa366880d7912e0c32e854d3cc33d0697d90 2,439 1.00/1.00 vMB 555
501,677 501,677 0000000000000000008fb23a799b292c40e2a78156dd3caa49a62fb38cacb60c 2,751 1.00/1.00 vMB 526
501,676 501,676 0000000000000000000745b7c825dfe97589d053ce1324d8eeb2deeeade57345 1 0.00/1.00 vMB 0
501,675 501,675 00000000000000000034561200de2609cb8235a59b7610ff72de8cfc9d833b64 2,720 1.00/1.00 vMB 558
501,674 501,674 00000000000000000043776c4790456fa94499c4b941ebef98e8ce79a7413eef 2,989 1.00/1.00 vMB 545
501,673 501,673 00000000000000000089c184e4ff8f47e710b42ef81f4329e507e04eaf7c36bf 2,683 1.00/1.00 vMB 583
501,672 501,672 0000000000000000002da8f505895a988ea1126c4344e22948db7827b8d683cc 2,931 1.00/1.00 vMB 533
501,671 501,671 0000000000000000009623f8900cabaec78b5bf93fafb3fb159a792024edccec 2,557 1.00/1.00 vMB 489
501,670 501,670 0000000000000000008d74a384f39d989940c82a47165ecfe3e84d47c0157577 3,004 1.00/1.00 vMB 682
501,669 501,669 000000000000000000662e47d90f0d6c6e4a20407411530cdf6945b2e172116f 3,285 1.00/1.00 vMB 603
501,668 501,668 00000000000000000084b371bf7ca3001dcc67f903bc8598eedec9439286ff0a 679 1.00/1.00 vMB 564
501,667 501,667 000000000000000000241784fd2abe2421e5e9710572aaf8ea9dbe0db5a37f35 3,055 1.00/1.00 vMB 645
501,666 501,666 00000000000000000040496a84f7082fb3b0d722ad1be8494aecf50a6c117c4e 3,062 1.00/1.00 vMB 604
501,665 501,665 0000000000000000002119af5a153cb9ba43617f8452f13ede6207ee8d698c77 3,198 1.00/1.00 vMB 583
501,664 501,664 0000000000000000008e742c73eded54428ad982cf2b51a52f7ccbc3faf14d9d 1,978 1.00/1.00 vMB 865
501,663 501,663 000000000000000000537f317d0e9a96332a5cc57e6cb2e8a5876586dd46f6fa 2,400 1.00/1.00 vMB 462
501,662 501,662 00000000000000000066c8ec1c6af9b5e6c3adab67768dd0f8f7e5756e02cf02 3,159 1.00/1.00 vMB 570
501,661 501,661 00000000000000000076527641da41b9c33888e1f55e935705ba0ba6cfe3897e 2,690 1.00/1.00 vMB 745
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.