Loading Tool

Explorer IconExplorer

Memory Pool

40,010 transactions
26.00 vMB
0.06602657 BTC
Random Selection Loading Transactions
Max Size: 134.95/200 MB

Candidate Block

Mining Attempt 7bd943967b784361df6734907c4d48eb66cecd38d870c7f67eea937ff90c20e5
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (818,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,336 96,336 000000000002efc83b901fcf479c5919d9a89180f9413984f1f3589aa8376ca9 4 0.00/1.00 vMB 0
96,335 96,335 00000000000381b28d56c39f57ae6488d182a9980b5e4a86e032672c31529b24 1 0.00/1.00 vMB 0
96,334 96,334 0000000000074e1a8173e88a6e6bd4616f5051ad11ce120f2235ba60c568417d 1 0.00/1.00 vMB 0
96,333 96,333 000000000005d1ca5b55af2a3a4c253967c575943dd5589c6e7a0cd9fe347678 1 0.00/1.00 vMB 0
96,332 96,332 0000000000065e8d1fd79602fa9c981b79d359de72f40e344a4e77f9efb53b41 3 0.00/1.00 vMB 0
96,331 96,331 000000000007be2427862d43e9f07a6954aab2bc05b4ee27e81f5010b4b6b6ee 3 0.00/1.00 vMB 0
96,330 96,330 0000000000080236d02aa5c4fb19dc4db8bb9e2395fa900e5a40cac8a66eb0d3 1 0.00/1.00 vMB 0
96,329 96,329 0000000000011802bd50c90ed8d34cc1b6c8bc638ef1988203e1a106a8845e73 2 0.00/1.00 vMB 0
96,328 96,328 000000000000774a3bad40a1d87607cfde815d910c0c0e04e23ee74b920326db 2 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.