Loading Tool

Explorer IconExplorer

Memory Pool

77,788 transactions
28.62 vMB
0.09985605 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt 22ce108bc20efe7693e5020baf06ca54e7deaf2a3b4e235aea74c6cda3cfb110
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 7332a62be87a13fa7e159c4bb1e7fdfe0944bd934eee8afe4d2ebf53f82fc1f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03405868 BTC
Feerates: 201.07 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (185,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,018 730,018 00000000000000000001ec67c99f307a7ee7500518b63178aaccea6d60c6cd60 1,398 1.00/1.00 vMB 14
730,017 730,017 000000000000000000050add38ef61cadd11156f30caeaf671227103b7fcd602 3,072 1.00/1.00 vMB 33
730,016 730,016 00000000000000000000b57c0a70617a290b11dd819010a07ac535daae9f9ce1 2,957 1.00/1.00 vMB 17
730,015 730,015 00000000000000000006e5315e00a3979e52345ae3bd5e27cfb952660be1206d 2,907 1.00/1.00 vMB 25
730,014 730,014 00000000000000000008ea5c2ceedb6b699d833c4985924e198b9c8ef5948e48 2,991 1.00/1.00 vMB 13
730,013 730,013 00000000000000000005a8e94f5f56aaccacc154141e37a33fcb1ab89564ee2d 3,383 1.00/1.00 vMB 21
730,012 730,012 0000000000000000000140d7ab47089305ca83f4062e6a19f3b10f615a497f31 2,802 1.00/1.00 vMB 48
730,011 730,011 000000000000000000046ffbd7679e70f11ef62bff78ac89c12d449219cc3d27 2,036 1.00/1.00 vMB 13
730,010 730,010 000000000000000000042e1c2c0c05ee71cbfec54ee7751b96d3ce62f361f72e 3,528 1.00/1.00 vMB 18
730,009 730,009 0000000000000000000830f43e09cae3d019054c9dcd54c4e854267832c698ac 2,234 1.00/1.00 vMB 29
730,008 730,008 000000000000000000077d011569f26c0ebb6deaad63a7fbbbf256badc61bbf6 3,198 1.00/1.00 vMB 7
730,007 730,007 000000000000000000086cb146ed47c8bbda59156d48d7fe1d957559d10720e0 2,676 1.00/1.00 vMB 15
730,006 730,006 00000000000000000005aefaf0bfaf4e14bdc3bec4558e84a47783b0cbd2f549 3,072 1.00/1.00 vMB 32
730,005 730,005 000000000000000000086d5f9d91012c05208616fd0a65c2a62b24358d0287b8 2,480 1.00/1.00 vMB 13
730,004 730,004 00000000000000000007f7a5b8e77b1c48b49245d248ee185d04cda9acf6771b 2,967 1.00/1.00 vMB 19
730,003 730,003 00000000000000000006b1c48e5c5148998bfd47544c555c60c5587d0326a585 3,158 1.00/1.00 vMB 17
730,002 730,002 000000000000000000018caa1a3306481eb53c246606e8d0857534797b43e9ab 2,426 1.00/1.00 vMB 7
730,001 730,001 0000000000000000000528c4f2ac33f60261735fe26015f2fc6106813ea96489 2,235 1.00/1.00 vMB 18
730,000 730,000 0000000000000000000384f28cb3b9cf4377a39cfd6c29ae9466951de38c0529 1,627 1.00/1.00 vMB 16
729,999 729,999 00000000000000000008b6f6fb83f8d74512ef1e0af29e642dd20daddd7d318f 2,574 1.00/1.00 vMB 24
729,998 729,998 000000000000000000071e6c86c2175aa86817cae2a77acd95372b55c1103d89 2,680 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.