Loading Tool

Explorer IconExplorer

Memory Pool

41,383 transactions
26.57 vMB
0.05624466 BTC
Random Selection Loading Transactions
Max Size: 139.20/200 MB

Candidate Block

Mining Attempt 13f36ad63b9f9f2d9c58fb486652b98da117af4cec9f680b0364eec8d4a5baaa
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 87b3c2b49d0edc014d052ef8175bdef3e6937c5927d2bfa8152b62b52a21839c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00740410 BTC
Feerates: 99.90 > 0.74 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (313,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,828 601,828 000000000000000000130464a043061f067e531c0f936e8393b6227b9d463f4d 2,399 1.00/1.00 vMB 29
601,827 601,827 00000000000000000010177f0bb867775b9aa70c840d864d4dde72d7ea247f54 3,103 1.00/1.00 vMB 38
601,826 601,826 0000000000000000000be59f40acdf646f9993789a13b64f2773cebcdcb5671e 3,112 1.00/1.00 vMB 40
601,825 601,825 00000000000000000003e7633346c3389ced3ab6ef178d1e45efd01d7fa13284 3,026 1.00/1.00 vMB 27
601,824 601,824 00000000000000000011daaf408950914e023685a1d7a53855d547ad7eb2bd5d 2,636 1.00/1.00 vMB 39
601,823 601,823 000000000000000000045550e7ae7c191f05ed6684f113bc7984d36a87cc5d1d 2,770 1.00/1.00 vMB 30
601,822 601,822 0000000000000000000b34080871f5c0d8a849cd0a641b294a7547d65d44438d 2,695 1.00/1.00 vMB 14
601,821 601,821 0000000000000000000f22c610879a9379e5b2aaef83e765c41c45a35d137297 2,952 1.00/1.00 vMB 19
601,820 601,820 0000000000000000000324ebf2f50e864e75cca01e24f1825e1b129162f0135f 3,129 1.00/1.00 vMB 39
601,819 601,819 0000000000000000000eb546d6be83b0436f3a1b5288d79e5f9b03422e5a4d5c 2,981 1.00/1.00 vMB 35
601,818 601,818 00000000000000000007416ab282aa36ec6e4f7226d34e12a5dd833213d8ae24 2,324 1.00/1.00 vMB 26
601,817 601,817 0000000000000000000ddd9976c9c2214b8eb1d2ebdf71ee2abb159bf6f82ba3 2,784 1.00/1.00 vMB 45
601,816 601,816 0000000000000000000019fb05af4f222cd655d1a050608324478277ed0dc7ae 2,537 1.00/1.00 vMB 27
601,815 601,815 0000000000000000000c1c150210cd5bb00698dd3b328ecf9ba2a2a3d1d86e09 3,074 1.00/1.00 vMB 23
601,814 601,814 000000000000000000116f8e0413ede670a78a2577475bc05c2343c0367f6e85 3,278 1.00/1.00 vMB 32
601,813 601,813 00000000000000000013fe2cade408aa72b3439f05261e35e5185126101b9a0a 2,576 1.00/1.00 vMB 44
601,812 601,812 00000000000000000001a95505ab9fd3fed67c85d064e565eec76cbd8802de29 2,834 1.00/1.00 vMB 43
601,811 601,811 00000000000000000008f06dd477c9435aca61a0364bbad9cee255e673e9a675 2,703 1.00/1.00 vMB 27
601,810 601,810 00000000000000000007de60a92a64f35d1068fb2fda921d4314a07f0a9080bf 1,878 1.00/1.00 vMB 26
601,809 601,809 000000000000000000070ff205fd03be8fe2d046e20df132b5e657ce7cc2315b 2,819 1.00/1.00 vMB 29
601,808 601,808 000000000000000000076944fd2f611610f787921c5cb86124203dd61d7d46a1 2,954 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.21 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: 654.27 GB
    • Received: 14.11 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.