Loading Tool

Explorer IconExplorer

Memory Pool

81,171 transactions
30.17 vMB
0.13304521 BTC
Random Selection Loading Transactions
Max Size: 181.45/200 MB

Candidate Block

Mining Attempt b92bab3633ed06026de5b29a543582a7cf6f6a7a340e5d8ca7e751965731bc8a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0b4b85dcefa81561210d252e45d662907cf6802da27d653be4cbc1b420f70276
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.05597708 BTC
Feerates: 242.90 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (443,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,564 471,564 0000000000000000009a5b3fc7ac517f8a275be73f4492adb0cb88943f5c1b9e 2,378 1.00/1.00 vMB 334
471,563 471,563 00000000000000000048a5506f3415fcf790106a838953e04d86d8f2583ebd6a 1,481 1.00/1.00 vMB 169
471,562 471,562 0000000000000000016f6a483730bd9c1c48c8345782b8365762592a475aa330 646 1.00/1.00 vMB 77
471,561 471,561 000000000000000001434fb0e5cc5e521de59bff70c325185a5c67bd5418c61a 1,831 1.00/1.00 vMB 208
471,560 471,560 000000000000000000a1782a9d78672672e4291347c47ac3206ed8716bb4952b 791 1.00/1.00 vMB 96
471,559 471,559 000000000000000000d58ba85b2ddedc1f467b1e1c49c47cf62d4d970dad7ab5 87 1.00/1.00 vMB 30
471,558 471,558 0000000000000000009a4e72a1863e42fdfe1e08e6d547d4528049065d69454c 1,685 0.78/1.00 vMB 262
471,557 471,557 00000000000000000068a8adc72fc41299105053e6059a3f6dcd2e0dc2fd2fcb 1,661 0.71/1.00 vMB 282
471,556 471,556 0000000000000000009b7b9cfd79b8e50300cfc0d868bc91d7aa97f197e4ad86 229 1.00/1.00 vMB 54
471,555 471,555 00000000000000000100269c14d28be7ad5958352894dbe4ec3e3bd5655fd077 1,048 1.00/1.00 vMB 47
471,554 471,554 000000000000000000d3c34981044f8c2cc64962c30af9f4a37e0b12a44130d5 2,517 1.00/1.00 vMB 261
471,553 471,553 000000000000000001443370600f1d7e14277ba7e11d8d04418d9f51d4a78a4d 1,837 1.00/1.00 vMB 279
471,552 471,552 0000000000000000012c939dd17212eda161bbbf98fc5f1bafb74abf0147aac0 2,304 1.00/1.00 vMB 312
471,551 471,551 000000000000000000dcbdc1731d65f96ec63d217964debe3b6794b39fa6089f 2,343 0.99/1.00 vMB 293
471,550 471,550 00000000000000000110128237bfa4fa9b745a3b6d304581a63760a57b7f5a3e 1,759 1.00/1.00 vMB 196
471,549 471,549 0000000000000000015b791c0c7b5c35ce7d80f524e3d03e9ab4302ed7dcc77e 531 1.00/1.00 vMB 70
471,548 471,548 00000000000000000005871e75ca60627d0460f7ab74172596a924e4f7515aad 1,301 1.00/1.00 vMB 186
471,547 471,547 000000000000000000aaf2d3ce8c02ae98ff09f14eeab1eda4a575569c0c2dd9 1,540 1.00/1.00 vMB 128
471,546 471,546 000000000000000000398df8eab20af6fe0e51607f9a50370d11483cd9f7b776 2,468 1.00/1.00 vMB 227
471,545 471,545 0000000000000000011adc6243e27662f60b8d987dd2a82153caf3f964581fef 2,037 1.00/1.00 vMB 270
471,544 471,544 00000000000000000048bb0ce92a35767f80d739716256e149ea8877f6b04733 2,354 1.00/1.00 vMB 327
Previous 10 blocks ↓
Total Size: 782.67 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: 674.00 GB
    • Received: 16.43 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.