Loading Tool

Explorer IconExplorer

Memory Pool

44,676 transactions
26.46 vMB
0.05235944 BTC
Random Selection Loading Transactions
Max Size: 140.22/200 MB

Candidate Block

Mining Attempt 660f58f335cdb4d0238afa1c73cc705b1aa3d8d645ab6566fea76dcdcf83a619
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root e4b01bc6ff33f3f2f9994bb991b6e806609dd709b6bd5fffc2ba07ce608842fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,543
Size: 1.00 vMB
Total Fees: 0.00382699 BTC
Feerates: 40.21 > 0.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (94,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,115 820,115 00000000000000000002cf195224a77336df62a5a772811739c0cf7c7374dd2a 3,045 1.00/1.00 vMB 88
820,114 820,114 000000000000000000036cf530d7b76fcb357c88941047c1d48a54dfde4b1211 3,282 1.00/1.00 vMB 97
820,113 820,113 00000000000000000001e4501575696dccfd05a33fc4b30c928b8ed86ea1ca6e 2,989 1.00/1.00 vMB 223
820,112 820,112 000000000000000000011e82818125ba3b8128c7efc88582d7af1f90893f7470 2,789 1.00/1.00 vMB 71
820,111 820,111 00000000000000000000198dc24b92e220329ad678381c3bc5049d05af840eab 3,600 1.00/1.00 vMB 136
820,110 820,110 00000000000000000000115bb026ae4c64ac3c64c10113790e96ebf8ac5e82f5 3,531 1.00/1.00 vMB 109
820,109 820,109 00000000000000000003da5621933b8f5baa3725d5e4bbc02584f18b0aaa4796 3,050 1.00/1.00 vMB 101
820,108 820,108 00000000000000000000ba87cad58de811cd2eaf30886e02e6084a78a10ee2d1 4,228 1.00/1.00 vMB 81
820,107 820,107 000000000000000000010f79f1f8c94701626d8e7c06be583b07942a19e68fb9 3,350 1.00/1.00 vMB 172
820,106 820,106 00000000000000000003d8fb0d6bd93a4e717c2c6a833af5bd1b7f6e012c5286 2,482 1.00/1.00 vMB 56
820,105 820,105 0000000000000000000220a9550d4ce659c24c249b4c3e59e316f696ca5f6242 3,368 1.00/1.00 vMB 72
820,104 820,104 000000000000000000040316aca5e33640803f2b2c23a5773c86050627f8166d 3,297 1.00/1.00 vMB 88
820,103 820,103 000000000000000000022e8b5cef95542129ab1fd585fb3fc3cec25f2b85fc21 4,340 1.00/1.00 vMB 116
820,102 820,102 0000000000000000000149d70f7f3f6bd9087aaaafb1f82802add5351459832d 2,966 1.00/1.00 vMB 65
820,101 820,101 0000000000000000000412f15580bc0a613729d726de93302ae021cd161e3410 3,349 1.00/1.00 vMB 75
820,100 820,100 0000000000000000000230d38a21d97c2ee09de88a7a88ef3e4b7f27747654a5 3,017 1.00/1.00 vMB 74
820,099 820,099 000000000000000000020d9a6446ecec0d5610b217bdd2e1849aba6e872bbcd6 3,264 1.00/1.00 vMB 80
820,098 820,098 000000000000000000033cfc813f38ce5835e9a5444f5a590f8bfc593b96e60f 3,741 1.00/1.00 vMB 99
820,097 820,097 00000000000000000000db190e171a2dadc249e61067e4b28fa08acffcc010ad 3,509 1.00/1.00 vMB 76
820,096 820,096 00000000000000000000ac70968768304a30eea016e6d24970e04e9e4998d5c9 3,566 1.00/1.00 vMB 107
820,095 820,095 00000000000000000002f4fae4bb7bfc3395b8efaaf85f92d8263ae837b0573b 321 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.