Loading Tool

Explorer IconExplorer

Memory Pool

23,366 transactions
10.43 vMB
0.02537128 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.66/200 MB

Candidate Block

Mining Attempt b6df66a2f59eca214e5ccd0be7b617027c546ce5339f28b6d9f7c345ad4c976d
Version 20000000
Previous Block 0000000000000000000114b1ea273efd282e9aec1ebb3ead47cab59aed6df4cf
Merkle Root 0626a79e83fd3eb6a69c4399b955e2331f3e25570e8c1ed90fe44f9b1e0846fe
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,735
Size: 1.00 vMB
Total Fees: 0.00829027 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,535 (755,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,763 157,763 0000000000000250ea12ee5ab92ffa742cc10701e6abcdb8d94c9fd18889ec5d 1 0.00 vMB 0
157,762 157,762 0000000000000a2aa3c9c127124a65959701b2b87883396576e925389798564b 17 0.01 vMB 73
157,761 157,761 0000000000000cb89e3d648bc8a9788632501875cb8c69359679fe71ed18b47e 15 0.01 vMB 209
157,760 157,760 00000000000007710b6d0a72f92f9db3457edd1810f6aed32a4134aa67975110 57 0.02 vMB 81
157,759 157,759 00000000000007047326f22664afddfcfd20929dfd7512c9729ffa714e14fce2 13 0.00 vMB 627
157,758 157,758 00000000000006968fa8ea5178d7f945b6884d202e9f7e099ebf38bfcd44782b 51 0.03 vMB 140
157,757 157,757 000000000000007df785f099be3deb03c12d6144daab4addb002098518158233 38 0.01 vMB 8
157,756 157,756 000000000000059a90dd38ae9fa71382b3ed209a68debadd966dc2080cb2afed 103 0.03 vMB 30
157,755 157,755 00000000000007d0b5a5022ae91ed2f29de963f023199efcd17c05bb65c77534 12 0.00 vMB 29
157,754 157,754 00000000000007b2a85aa6855738cc75ce3691755a868c6e73776e4f53614b63 67 0.03 vMB 254
157,753 157,753 000000000000090e56d44e4a9fcb9c4d98576930e8614884d888233afb32604c 32 0.01 vMB 70
157,752 157,752 000000000000035b5d1ba186dfe845f6e6cd785a2960123b6622667f148d863f 10 0.00 vMB 136
157,751 157,751 000000000000053efaef8e4699caac27a29fb67440d7736592e4179e8b66edd5 20 0.01 vMB 4
157,750 157,750 000000000000001765391ab8e2e0a9862cb792becaf30806ce6d2f3062269236 4 0.00 vMB 66
157,749 157,749 000000000000063e04dd432100f384b34febd7dfab27aa152d396e7285a75b11 43 0.02 vMB 253
157,748 157,748 00000000000001628a4f03dfc5425b56f2887aeb6ec7c51c0e2b222d739429d7 15 0.00 vMB 112
157,747 157,747 00000000000006bb3b3cc9ddeb4c9b506fdfdc3b75df81ae546957adcd0a44bd 20 0.01 vMB 94
157,746 157,746 0000000000000e3c34f7d8bcc08c9023ac998109cd2c04ceba50fdde9765ce7e 24 0.01 vMB 172
157,745 157,745 00000000000004563e7ef20534cd2a0e302c766c9aa895835a2f25914f9284de 113 0.04 vMB 54
157,744 157,744 0000000000000b1c420b4fa88ff3fa2efe981cfb5b5a4f1b06b57bbc8ba328bf 125 0.05 vMB 29
157,743 157,743 00000000000009d075f608bcce64383fa86156d73d1d4c1b5e6ca0355c33b5db 32 0.01 vMB 478
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

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