Loading Tool

Explorer IconExplorer

Memory Pool

44,996 transactions
28.68 vMB
0.06563831 BTC
Random Selection Loading Transactions
Max Size: 152.63/200 MB

Candidate Block

Mining Attempt 4dc29ffe1ef81956c1cf344996efbe2a7f28478f5ce46551d1fcb418770b4841
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 7e459511e598f192bb94204263bc70cc0327078121b2f66103dece68d459b8da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,593
Size: 1.00 vMB
Total Fees: 0.01123587 BTC
Feerates: 301.60 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (818,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.