Loading Tool

Explorer IconExplorer

Memory Pool

78,232 transactions
29.15 vMB
0.07252658 BTC
Random Selection Loading Transactions
Max Size: 174.35/200 MB

Candidate Block

Mining Attempt 2d7ee038b44d4466cbe3c3ec3f9c721b4036428019f2aabc1e0ffb9d59ee2156
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root bc3ec370c74360c839dade50ed6420c7935ed2ea1b8c10c35d543c1433c78924
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,134
Size: 1.00 vMB
Total Fees: 0.01342654 BTC
Feerates: 73.20 > 1.35 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (313,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,052 602,052 0000000000000000000465154dacf40e13a29c74e92afc3893f693b802a6f09d 2,201 1.00/1.00 vMB 45
602,051 602,051 000000000000000000020be40f562f1bdd50398288e88926a2a6b52d1e1dad94 1,889 1.00/1.00 vMB 17
602,050 602,050 000000000000000000002e45284dfd2ae441ae8770c4bb769bd9bac6ab870f0e 1,670 1.00/1.00 vMB 21
602,049 602,049 00000000000000000007d29df8461612c989fd23ff667d7b3e92b315b44d999f 2,027 1.00/1.00 vMB 22
602,048 602,048 00000000000000000011c2cfc3ca81490265eaeb7072549ba9a3d7901ee493c3 2,687 1.00/1.00 vMB 28
602,047 602,047 00000000000000000012c52db427d096a59174900b93547c313f18761742f424 1,548 1.00/1.00 vMB 54
602,046 602,046 0000000000000000000f11c7dfcb97831f85a46e7b294f2844f2382a184bbaea 1,123 1.00/1.00 vMB 88
602,045 602,045 00000000000000000004b4a71242c6eefd3e2f927e890487e21d5d17a8371832 2,472 0.92/1.00 vMB 13
602,044 602,044 0000000000000000000c79621f74a9b074dac8f6d2c3157d44e598aa655f1efa 1,941 1.00/1.00 vMB 27
602,043 602,043 00000000000000000000ce67422d33585cf4599e3641120201fc67447810e2f3 1,499 0.48/1.00 vMB 19
602,042 602,042 0000000000000000000a9e5d6e69456a0d0c0a3eadae7e92250f8b4df66c2271 3,375 1.00/1.00 vMB 24
602,041 602,041 0000000000000000000a21796b744ccba43b26c6e9fdce0100214c0f88068a6a 1,094 0.40/1.00 vMB 21
602,040 602,040 0000000000000000000b1a0d84790ed985738cc7d7d63a63920ba4329e08374b 1,175 0.32/1.00 vMB 23
602,039 602,039 00000000000000000010638a56c2fa90b0091f8a9eadb03130133fea0e2ecf9b 3,021 1.00/1.00 vMB 4
602,038 602,038 00000000000000000013c4db77c17b590caa91a9e631e44d1fea6ecd2f8143c4 3,047 1.00/1.00 vMB 32
602,037 602,037 0000000000000000000e237c53871bbc4c536e0a51cc6dc17cff8cc9e1d44581 2,694 1.00/1.00 vMB 33
602,036 602,036 0000000000000000001047403ef9054f2ee2327f48b5f438d8fd11c578a398c8 2,370 1.00/1.00 vMB 18
602,035 602,035 00000000000000000011cc5336aa3a8edf67bccf445014f0053c17a96d54ffd0 1,909 1.00/1.00 vMB 40
602,034 602,034 0000000000000000000203299fcffabca22e7af650198ec66225cf25352810f3 2,111 0.77/1.00 vMB 19
602,033 602,033 00000000000000000010bb6080201a5fedaa3186745f88cca7b450409ad0e38c 80 0.02/1.00 vMB 13
602,032 602,032 00000000000000000011d1101bb7f3f81c17b184b0f70503a4737f74329707a1 1,239 0.37/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.