Loading Tool

Explorer IconExplorer

Memory Pool

88,739 transactions
32.47 vMB
0.17892956 BTC
Random Selection Loading Transactions
Max Size: 196.38/200 MB

Candidate Block

Mining Attempt 5fb254367a4860ce11b2212ad871caa33cad8616ac6f1213208c405a0a3101bb
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root db0ea575edca3ac94403ba8aee9e595f9279b6e5e1251251fd51a98eb8aacbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.08691790 BTC
Feerates: 216.64 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (464,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,057 451,057 000000000000000000abdce8e8ead36cfa2ff0f6616dd0f6f67e89c16a4571a6 1,177 1.00/1.00 vMB 129
451,056 451,056 000000000000000002056805ca1e7b414d37d3003019465ad4fd5dc5e5f6f2d9 1,999 1.00/1.00 vMB 102
451,055 451,055 000000000000000000653b9739caca20b7d597066d2612b8d93810f5334ba2a0 1,583 1.00/1.00 vMB 88
451,054 451,054 0000000000000000018deb3effc64d703e87fd65f18d1718a464783fe05f8b18 2,677 1.00/1.00 vMB 120
451,053 451,053 0000000000000000017207436356cc7ec8426158e0fcb27ec0066c81883ae845 1,659 1.00/1.00 vMB 104
451,052 451,052 0000000000000000026436ffbcc1ab4c7dc4525cdf76bd61fe8f412a1d823c17 1,796 1.00/1.00 vMB 75
451,051 451,051 0000000000000000008d182ac9b3cf4adc8a145dcbdd3ab48e741c0a0bc9f0df 1,954 1.00/1.00 vMB 103
451,050 451,050 0000000000000000029a9b342905a2179324e009f3f0a7752f36d9ee6d3045e5 975 1.00/1.00 vMB 146
451,049 451,049 000000000000000002adbd15d5fd420a3288727d455631817846b1de71d25299 1,891 1.00/1.00 vMB 76
451,048 451,048 0000000000000000025fded7cb5d755bfd7622433b990b4b4476a7e467ccfcfa 2,033 1.00/1.00 vMB 99
451,047 451,047 000000000000000001804579aa79be5dc92e04d03a0b216b70d20a747a856c14 2,294 1.00/1.00 vMB 120
451,046 451,046 000000000000000002277de72c4d25cd7f1cf3cd5d4bdcc44119238536d13342 1,560 1.00/1.00 vMB 64
451,045 451,045 0000000000000000007583b52a451c571458d740e0becd26bb2e8cae5a169d45 705 1.00/1.00 vMB 20
451,044 451,044 000000000000000000e2c9ed57d3c4070df2d27bee4ac33db500dabbb006a058 795 1.00/1.00 vMB 44
451,043 451,043 00000000000000000088963d68400ad6185d2f4f9416d35ebae4d4613c668728 2,071 1.00/1.00 vMB 70
451,042 451,042 0000000000000000013303144d3814c237cbbd19b2e0c9b6a889a1e4c25c3e1f 2,192 1.00/1.00 vMB 95
451,041 451,041 00000000000000000273ce616abc007b75c347d03cd8442c317a62d4a7a573e6 2,039 1.00/1.00 vMB 90
451,040 451,040 0000000000000000005e983711f9dd4a5ed1540a2d494cd583169306e19cb5a0 2,569 1.00/1.00 vMB 121
451,039 451,039 000000000000000001e340f3cd2b8248ee576dcac51d8535428ecbf9c1d16cb8 1,882 1.00/1.00 vMB 79
451,038 451,038 000000000000000001c59cb08e7436b17caac95dff9a8a466fe33edbe972790c 2,118 1.00/1.00 vMB 84
451,037 451,037 0000000000000000017b5a6e3412d5f09ddff8a54824fede8342b386f5071bcc 1,967 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.52 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.93 GB
    • Received: 15.65 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.