Loading Tool

Explorer IconExplorer

Memory Pool

38,824 transactions
26.55 vMB
0.06426788 BTC
Random Selection Loading Transactions
Max Size: 136.97/200 MB

Candidate Block

Mining Attempt 1387995ca9a936030d3f322873afff3af9e8573573e6524030dc45fc94a605e8
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root a44ba0aa503576eaf61c3f612fb54dea2d6dccfc4f6cb9d375fa44695ad16108
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,195
Size: 1.00 vMB
Total Fees: 0.01462742 BTC
Feerates: 201.06 > 1.47 > 0.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (68,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,287 846,287 00000000000000000000b070c0691b8dc390b95f1d35514dc479efdd292db7b4 5,946 1.00/1.00 vMB 17
846,286 846,286 00000000000000000000d54fc54e76d2c5e2ffc3741c74172786396f9fa2eedd 5,707 1.00/1.00 vMB 16
846,285 846,285 0000000000000000000285a75243452d254b6c03900db6d96300c03be2c701e6 5,347 1.00/1.00 vMB 15
846,284 846,284 00000000000000000000db5009b2b909706f1e40089a3c74f1df96c23085d07a 5,355 1.00/1.00 vMB 19
846,283 846,283 00000000000000000002d58efcb8a164f41e6c73406a5c9eb69f5842f9cf48d1 7,264 1.00/1.00 vMB 14
846,282 846,282 00000000000000000000225723dea32fda1a98350a6eb47126a00596668fd767 6,559 1.00/1.00 vMB 16
846,281 846,281 00000000000000000000ee4b7d3c427e358ff07392953a0fde3f2f4b2a7de883 6,366 1.00/1.00 vMB 16
846,280 846,280 0000000000000000000296bb118a6cb7ae283b7d85c18335901b16742079134d 4,874 1.00/1.00 vMB 22
846,279 846,279 000000000000000000016a105c971e137c4d0e527e6da74c25549b124c3d4394 6,983 1.00/1.00 vMB 14
846,278 846,278 00000000000000000002dfdec0128767130197235d745eacc64660b7f4ce034d 5,810 1.00/1.00 vMB 18
846,277 846,277 00000000000000000002f751275af96b7c3879571d46a0415372322ef78634b1 5,055 1.00/1.00 vMB 18
846,276 846,276 0000000000000000000191fa592ecefa9f4265a59250c75cda71f9d8ef9850cc 5,012 1.00/1.00 vMB 22
846,275 846,275 00000000000000000000e4fde4b5865c3a561c8f17d942cd811f3d6eac291d1c 4,137 1.00/1.00 vMB 13
846,274 846,274 000000000000000000021fa552a2bd66c104211bf72d96733e987e103b5ff965 6,011 1.00/1.00 vMB 14
846,273 846,273 0000000000000000000343ae2bd60f72494ca958977d43fab018d6fcf78f4d25 5,113 1.00/1.00 vMB 18
846,272 846,272 0000000000000000000090f5a17a097f3f1710fcc438f55ac98e40dde3625418 5,878 1.00/1.00 vMB 15
846,271 846,271 0000000000000000000131767094ed7da74799f16fc0f0b521e8fe6e5210315a 6,476 1.00/1.00 vMB 17
846,270 846,270 00000000000000000001e3ef57f092abbc50ec52e13ed9d0122f1cc6135b62d2 5,380 1.00/1.00 vMB 19
846,269 846,269 000000000000000000033a06452715bc2b3a309c9d1b8b3d351b92659115d8e9 4,410 1.00/1.00 vMB 20
846,268 846,268 0000000000000000000310b39f9bcb1e2ecd95fc45194f0684b9852c8faf1d02 4,549 1.00/1.00 vMB 15
846,267 846,267 0000000000000000000222c53eddfe4648b4b63f1dff85f9ed8d137a2ca21e88 6,050 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.