Loading Tool

Explorer IconExplorer

Memory Pool

24,760 transactions
5.65 vMB
0.03403655 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.09/200 MB

Candidate Block

Mining Attempt e7b3a96219e602b4dd692cf6734d50a10c0838bb89fbad420f257eb5365ef6f2
Version 20000000
Previous Block 00000000000000000001ba540179348e126e660bea94ed6ba838e68a81db744e
Merkle Root a55ef7b4873673e1ce2e2909006ec7611dddb2122d7117501b92b7190013abd4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,967
Size: 0.76 vMB
Total Fees: 0.02123456 BTC
Avg Feerate: 2.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,117 (760,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,533 152,533 0000000000000d5b3cf104a60cf02db5ea41d879fbd7fff7ffde2ef97545d2aa 0.00 MB 11 33
152,532 152,532 00000000000004322a07b3d0fe11879fc04a9dede51a2eb429bf70b53583326f 0.02 MB 45 92
152,531 152,531 000000000000057cf3b0be6dcc861130bfb1195765ee04cb8716648bc634ef43 0.00 MB 1 0
152,530 152,530 00000000000009bcc022ed5b9ba827c2f212f62c17b747d49e0f2eee61564be2 0.02 MB 47 134
152,529 152,529 000000000000035483369b358183eb0817a87f9087e5f0ff6c9fd81e0b83e716 0.00 MB 8 35
152,528 152,528 000000000000049afb3a4ecf36e9fb90798cd0ca43cba66935b0669dd21a7511 0.01 MB 39 4
152,527 152,527 00000000000003741d9f2781a4c8d3ca848bfb752f6eedd09b7cbe1a83e1d952 0.04 MB 102 98
152,526 152,526 000000000000022b1d0469195bb8f78541096c58ea9ce6b854a1c6a71d49f502 0.01 MB 14 216
152,525 152,525 000000000000034060fc57e16cb2f172276d8adf7fcf57c6386d590e8ab2bd88 0.00 MB 8 16
152,524 152,524 0000000000000b3090cff2d6986f3975a7f5fd332d93adbcf6f81f44888c6361 0.02 MB 40 137
152,523 152,523 00000000000001103e5275c5768b1bcc541a23b9c1e55aa64246e83a8a126956 0.00 MB 5 348
152,522 152,522 000000000000052ecc051d261a2c13988b4d6eb4aa2b7305aaa264468a3254a9 0.00 MB 4 88
152,521 152,521 00000000000005f355a958962e8c6529e4045765d9aabc733d77212fee5a57e8 0.02 MB 70 51
152,520 152,520 0000000000000a6ba8d79a5b5e819a0d14ac019dbdc5a999c7caef176db20694 0.04 MB 72 69
152,519 152,519 0000000000000dd46be51842cb4fd9a902f20667270ec560421ba557bf618944 0.03 MB 85 114
152,518 152,518 0000000000000267a5f6e88ffafb3e8a9f839b9c7fbbd0de4e98050e1732d689 0.00 MB 3 93
152,517 152,517 00000000000006d7bce0df7b969fe5ac23c50fad4dae981328d4a51d6749ef69 0.03 MB 56 136
152,516 152,516 0000000000000ce53484cd966dc5154276041312b7252f64d3c1596ddbd5e975 0.02 MB 90 99
152,515 152,515 0000000000000ba1689af71d10351b0935a572bb2ec2b62c44899cd1477f7c10 0.02 MB 52 75
152,514 152,514 0000000000000060e2062ab4b0cb99a713b1aaa9cad5ea126b9f9aa35353d46d 0.02 MB 42 209
152,513 152,513 0000000000000550463636f95cd4d499636698ebdad46f8e051efed28efc026a 0.01 MB 30 75
Previous 10 blocks ↓
Total Size: 779.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 117.37 GB
    • Received: 0.48 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.