Loading Tool

Explorer IconExplorer

Memory Pool

44,257 transactions
27.02 vMB
0.06959232 BTC
Random Selection Loading Transactions
Max Size: 141.86/200 MB

Candidate Block

Mining Attempt 0fbc5695ea0ac3f6eee31f82766c4ac31ee52399a3af1acf4d9afed534001042
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 7980c1bd4fb98d2537d01ebfd05486c21f6717735b13a10660a211a4b4385523
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.01902939 BTC
Feerates: 265.25 > 1.91 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (818,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,327 96,327 00000000000456a0a34cd4072f8944b89376cafa52253868a7e00cf803077a1b 1 0.00/1.00 vMB 0
96,326 96,326 0000000000012c77a66e0836c3d8cceb6ee5ffe63d71159abe7aa23f22d89b9c 4 0.00/1.00 vMB 0
96,325 96,325 0000000000008db77aa83aae7da3302276cad1b88e20839a9c3962473a3b4080 1 0.00/1.00 vMB 0
96,324 96,324 000000000000340942bb776872fdc9613b38f438747982dd6eb04255fb013d35 5 0.00/1.00 vMB 0
96,323 96,323 000000000000143be94891f4b707b8b74c5ddb59e06ff50bd07579cc66c1f61a 1 0.00/1.00 vMB 0
96,322 96,322 000000000004118f9f4b3dda51af8c51d164ed32de4ca3fdaf7a84c9994f81eb 3 0.00/1.00 vMB 0
96,321 96,321 000000000005fd2bfb4ea6f3c36d8e2814a1e59ce1d550ddcfdce3314c5158bf 4 0.00/1.00 vMB 0
96,320 96,320 0000000000057255682533d750dd2888459da015263d47072c2d03ef705f4519 1 0.00/1.00 vMB 0
96,319 96,319 000000000007726442189a9f61b4bdb07afd981ca9485ec972a13787dced242b 1 0.00/1.00 vMB 0
96,318 96,318 000000000004e718d0023b77958a4880d888eabe2b52199460dd26340d9e0f3f 1 0.00/1.00 vMB 0
96,317 96,317 0000000000079d5ab6cd39a0429f5f6ad252574132cc3f7a29f4001c4a636593 2 0.00/1.00 vMB 0
96,316 96,316 000000000000172da9cd67dc2b7b96be8e24bfc9ba9a38c38d406683fa2503d0 1 0.00/1.00 vMB 0
96,315 96,315 00000000000663b853ae24c5b3ce7cf14654993366a26973b2df2cb319e54c68 4 0.00/1.00 vMB 0
96,314 96,314 00000000000486579ebbec9a755b50245e15ca7217a9b206ed6abe6a224dbdac 1 0.00/1.00 vMB 0
96,313 96,313 00000000000730847ce5f8c011a838fcc90a4736bd6e8b517121272e8a11b5e4 1 0.00/1.00 vMB 0
96,312 96,312 0000000000065bc586e6fd3f7cfc80b6a3053909a495e40e8f189e15c2a2b028 2 0.00/1.00 vMB 0
96,311 96,311 000000000003444b53f931dba5c458ed1c57530560a3c9f1965d9f0c512298d6 1 0.00/1.00 vMB 0
96,310 96,310 000000000002706809a781398d6047e5d6181f8c0fc968d6b85996820c8f3d8a 3 0.00/1.00 vMB 0
96,309 96,309 000000000005c0d44a46ce82ab2e7ce145973c306f2509665c63d72dabe0fd74 3 0.00/1.00 vMB 0
96,308 96,308 000000000000fc39977c8602a37e9cf88673af0fc34e9faeef099fd4d4a67380 2 0.00/1.00 vMB 2,288
96,307 96,307 0000000000003dfa03896f43103dba92a2fb5c18a0e180c6689f6e1065b12573 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.19 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: 653.69 GB
    • Received: 14.01 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.