Loading Tool

Explorer IconExplorer

Memory Pool

38,505 transactions
28.58 vMB
0.06292826 BTC
Random Selection Loading Transactions
Max Size: 144.83/200 MB

Candidate Block

Mining Attempt c350fd2f45c254642d238304118bb1347b7bc6d7f394635b941299363bb60390
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root a8a9fb7b8e5b2a06a60ef20a9f42f3a8bfdd07f77430893038b6951799fb9774
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,121
Size: 1.00 vMB
Total Fees: 0.00764570 BTC
Feerates: 100.84 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (839,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,969 74,969 000000000043316727d5268ce4bbccea2715fe1dc91d234a01b966daf0aa35fb 1 0.00/1.00 vMB 0
74,968 74,968 000000000069c0bc66f685ec8099c398ca0165a04a357799349d26c2d4249bb3 1 0.00/1.00 vMB 0
74,967 74,967 0000000000653df60b9a6970112cd3554c31ec897bfccf0c87eac9823b1b5500 1 0.00/1.00 vMB 0
74,966 74,966 00000000007e15279656937ee6cbe8911893538d214fd631e298ac0aef6d922e 2 0.00/1.00 vMB 0
74,965 74,965 00000000004dd2c7c0b0595dc1204ab593b6af81a0f9d826281bd39d1013e431 2 0.00/1.00 vMB 0
74,964 74,964 00000000004e7ee86997df75fbde032f9f99efd3d36f600ce8a01d20293003de 3 0.00/1.00 vMB 0
74,963 74,963 000000000067c70997722c36e9635c6b32697e551f2702fb115ca271cb9591d9 3 0.00/1.00 vMB 0
74,962 74,962 000000000015e1de340650cc134096d9a22bd0e806ba39230162f20dc7eb6f78 1 0.00/1.00 vMB 0
74,961 74,961 00000000003b9b0c4a6426a7a180b6270ce5253c5095444b59b56b6e82198702 6 0.00/1.00 vMB 0
74,960 74,960 00000000005a61fbdcacd0a311abc8c4e02b61779714ccd555a68e24d9c57058 1 0.00/1.00 vMB 0
74,959 74,959 0000000000603d4bba364136d82ad96ab98daf82f8069dcf402330ee20927f2d 4 0.00/1.00 vMB 0
74,958 74,958 00000000003e1b44effc70c04f0757539d754307a3f4b4a76cee41012723c39d 6 0.00/1.00 vMB 0
74,957 74,957 0000000000353dc4b235c297f630eb8460e3d92f38dd0e92b825b5a220122256 3 0.00/1.00 vMB 0
74,956 74,956 000000000060f7be2436a281e4739a87fadf82391caa968d2517a5ba146e139b 1 0.00/1.00 vMB 0
74,955 74,955 00000000004ba9fe956dcfbe62388d313c75263ac0a2f18c4ebea3d1c66c0b4a 2 0.00/1.00 vMB 0
74,954 74,954 0000000000499bdaee46f85ee0d053d9ab1b62adcd9f667b06ccb4dc6331dbb5 9 0.00/1.00 vMB 0
74,953 74,953 000000000008c63cd417c1840a0f8fc03fcd79edf54a3ae4dd030a942f968421 1 0.00/1.00 vMB 0
74,952 74,952 00000000004d4596ad89c0f8b66e40ea8de7ca84f7a1c7e55a5716a45b02cc76 2 0.00/1.00 vMB 0
74,951 74,951 00000000004c3282f84d89661e7d17c830f14ac51647b21e5b07e612f170e27a 1 0.00/1.00 vMB 0
74,950 74,950 00000000007b76cb57cb73e12f8987ca784cdcf3e420a5873b3ea57ba9662c89 3 0.00/1.00 vMB 0
74,949 74,949 00000000000163caa2651f7bceffa416e02b5c6704f90a3ae92e7f953c19ae35 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.95 GB
    • Received: 11.40 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.