Loading Tool

Explorer IconExplorer

Memory Pool

37,720 transactions
28.13 vMB
0.05872676 BTC
Random Selection Loading Transactions
Max Size: 142.53/200 MB

Candidate Block

Mining Attempt 3647f4ea80a4e07db892425a540f623eb4e932143c9f151ec27cf3aa698a89ce
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 6b7d6f3d0e5f30cfdf084d91d2183e5bccbdb88bd6f4693ed07f838e3ef4e8e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,486
Size: 1.00 vMB
Total Fees: 0.00488753 BTC
Feerates: 100.53 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (339,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,087 575,087 000000000000000000278966a0f5047f5cea43e04eb27c4927e8b8fc36b33859 2,720 1.00/1.00 vMB 61
575,086 575,086 00000000000000000022c0d082eff260aa87a686896fec8ef275f9b55a3b36dd 1,792 1.00/1.00 vMB 14
575,085 575,085 0000000000000000001f8af2c453bf191ca6e902ff558a13fdb444f74ec16de3 2,649 1.00/1.00 vMB 63
575,084 575,084 000000000000000000194a62b2334321ff80700f856b33258c84b7f7aca91b7a 1 0.00/1.00 vMB 0
575,083 575,083 00000000000000000014ffc8c0d04580ae3381d99654957cda2b76fcb029163d 2,325 1.00/1.00 vMB 46
575,082 575,082 0000000000000000001cf5cae47564e481d3057e42633ff45f237e44d7cc96c5 1,922 1.00/1.00 vMB 39
575,081 575,081 0000000000000000000494cbad7bcc40b410822a568d9affa4f624c54aefae28 2,502 1.00/1.00 vMB 39
575,080 575,080 00000000000000000003e8c606d08c03c1ebb24451b35ed3475a2095047e2a4c 2,363 1.00/1.00 vMB 56
575,079 575,079 0000000000000000001d21476f45bb212ccb3b4425b2765af068d96dc9306846 1,915 1.00/1.00 vMB 86
575,078 575,078 0000000000000000002745a64b64aed878b56c8df9e85f4d9e108a829b3264e0 2,878 1.00/1.00 vMB 70
575,077 575,077 000000000000000000196d4040d8e5df71490f7c53cacb9a8bd6fe0ef515eb5f 2,482 1.00/1.00 vMB 90
575,076 575,076 00000000000000000017ee270f711f655dcee35a5b0d572ec41fa42b70b8e815 1,823 1.00/1.00 vMB 56
575,075 575,075 000000000000000000061c9b6245e3b8a85f7717e47aa2826b5bc8b30c7e79c0 2,490 1.00/1.00 vMB 93
575,074 575,074 0000000000000000000b9f73809c4a1be14b9df5be54c4fdd5bdae2ecfdd1194 2,116 1.00/1.00 vMB 69
575,073 575,073 0000000000000000001b54fe3f6a4df5cba134e7026770b28ad816642b3e1889 1,859 1.00/1.00 vMB 94
575,072 575,072 0000000000000000002568b46ebd60e144311ae31c5a7990722c082ccc5db045 2,122 1.00/1.00 vMB 86
575,071 575,071 000000000000000000224984755861c9407e38949a02fbad8fff14f41c04cb76 1,594 1.00/1.00 vMB 108
575,070 575,070 0000000000000000002734bf27a9af27f3cbb94cb581a7da48890ab9f7da7db0 1,321 1.00/1.00 vMB 69
575,069 575,069 0000000000000000001471b711c0750152e0a662a8982d5429fdf87d7dc0e329 1,886 1.00/1.00 vMB 73
575,068 575,068 0000000000000000001bc2e94c4e56024a0a0bf7a55f143a81bc3fed4aa665b3 2,692 1.00/1.00 vMB 114
575,067 575,067 0000000000000000000ed13d846788c511940b530d7ae200a2ddaa595af66c1a 2,447 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.71 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: 629.48 GB
    • Received: 11.92 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.