Loading Tool

Explorer IconExplorer

Memory Pool

41,937 transactions
28.99 vMB
0.07091126 BTC
Random Selection Loading Transactions
Max Size: 148.57/200 MB

Candidate Block

Mining Attempt a2fe1cd26f013fcf3f6a7cd69fbb4d46ccaad929248c0713a3fb0a83fc8eec45
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root fe375e325411c4f37778a5854fbad9c22d0a071cb7f5e9db860ebfbdc8ac8e8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,711
Size: 1.00 vMB
Total Fees: 0.01442598 BTC
Feerates: 100.36 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (535,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,913 378,913 0000000000000000020fdcca0e5bebdd428d1d81b23b69d5acf408d69740f1b3 243 0.25/1.00 vMB 13
378,912 378,912 00000000000000000af9988fac677008610aa20c005e7e23f5d5773a23205b79 1,380 0.61/1.00 vMB 38
378,911 378,911 00000000000000000c9f673c62fea8c03ec2a12521f5fe927e578ee476c3f7c1 407 0.25/1.00 vMB 31
378,910 378,910 000000000000000011b40060fcadc8657065cf3b8af372c66d5ef139e4e5655e 392 0.18/1.00 vMB 41
378,909 378,909 000000000000000004223cdaf8f7da5c77da8a51dd82789e570a42feea376e87 755 0.27/1.00 vMB 42
378,908 378,908 00000000000000000bc6cf18c8b90fe427c1538baa6a6c0eadfaa2f294bdfe75 1,607 0.88/1.00 vMB 28
378,907 378,907 0000000000000000085412139c377478b8a7ff7d31caa35ac160251f411f8d8b 628 0.95/1.00 vMB 16
378,906 378,906 000000000000000001177ede53f989994350ff591954fb59a547b9f5683eb2b2 352 0.25/1.00 vMB 22
378,905 378,905 00000000000000000edc6832995af8245de26e2c223e925bd9c0ec82ed40ae0f 2,020 0.95/1.00 vMB 40
378,904 378,904 00000000000000000efe1477451fb7fdf2948f211a673950372c3b09ae48a2cf 136 0.09/1.00 vMB 22
378,903 378,903 000000000000000012122e58b3ad4db77a9ba24e4efe997b6cc003de9733b302 790 0.75/1.00 vMB 15
378,902 378,902 00000000000000000b491a9c12fdcd0f61f23f29ae92f5bc3abfbc73060699ea 1,817 1.00/1.00 vMB 34
378,901 378,901 00000000000000000c2dfbcb19dd3b74ac02ad10b5429b43afb96145b340cdd6 2,159 0.75/1.00 vMB 54
378,900 378,900 0000000000000000075d510763551d5b2e9f4f5596581d2a96e7f836ae2c739c 449 0.26/1.00 vMB 26
378,899 378,899 00000000000000000e3a397c5d20926e2a24de3065ba1b95a389b2d76a79479c 1,398 0.70/1.00 vMB 39
378,898 378,898 00000000000000000348514ff4167b307c739b40b292a374eb15b93682ba9a19 1,238 0.81/1.00 vMB 29
378,897 378,897 00000000000000000d39d1f69f485aaaffe97aa5349dd8d5ef81e0ae57d11fcf 1,685 0.83/1.00 vMB 42
378,896 378,896 000000000000000011dc4f62346e97089b3bb69770ffff4fb5de71728ef5facd 224 0.25/1.00 vMB 15
378,895 378,895 00000000000000000c2bbdc4c458a1fe4224611e09621965633e5c8586690bfb 625 0.35/1.00 vMB 34
378,894 378,894 00000000000000000f71c5e5004daa039a027f0a5fb312eef48d4deabf9e6331 1,514 0.78/1.00 vMB 41
378,893 378,893 000000000000000000747e3d8314a3e3d21ed2f44d94e256f50b49e741e1fac4 73 0.82/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.