Loading Tool

Explorer IconExplorer

Memory Pool

74,036 transactions
28.87 vMB
0.07388375 BTC
Random Selection Loading Transactions
Max Size: 174.98/200 MB

Candidate Block

Mining Attempt 4c7a8434abe2878b7d15278fed14bcfec4da9c0692287d48f3dee60976b730e4
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root bb9504b237ad0ddb4716bb9a55e49eb14983f69c65be69068a6b31ede21635ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,178
Size: 1.00 vMB
Total Fees: 0.01013656 BTC
Feerates: 100.26 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (438,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,717 476,717 0000000000000000007a1d1052b1128266980e1669c34398d02a6ec0526d7985 1,309 1.00/1.00 vMB 218
476,716 476,716 000000000000000000ef61852676a00b8d9f68c7e71d32b27f7f47eef5275bea 1,183 1.00/1.00 vMB 231
476,715 476,715 0000000000000000000b8b55c55af455d7c84d34db67a8d5bb15b396e3ba472b 1,027 1.00/1.00 vMB 188
476,714 476,714 000000000000000001381471f890240fabda996042e194ffcedb1ad58bd5485b 1,491 1.00/1.00 vMB 183
476,713 476,713 0000000000000000013b05dd456d3b4e5d0514139c4a56919679bb060ebc9f49 2,166 1.00/1.00 vMB 194
476,712 476,712 000000000000000000df3800a79e8c4fe7fc85efcdc868c558a32fa68b3a49c8 2,381 1.00/1.00 vMB 249
476,711 476,711 000000000000000000aa93d2eadea10bca4f277ab04613e74d1dc47b943a580a 2,099 1.00/1.00 vMB 235
476,710 476,710 00000000000000000065a5b498e88d2a6f1a4b05264882e213eb12f9989ce695 1,865 1.00/1.00 vMB 201
476,709 476,709 0000000000000000002f282a0120d821d348629c7bf55209630b7375c636dbcf 1,866 1.00/1.00 vMB 214
476,708 476,708 0000000000000000007cfe9c8eee0ed07ceefc8168a3c4d52d46864c295d722c 1,708 1.00/1.00 vMB 174
476,707 476,707 000000000000000001436cfd5bb28f44d0ba05af4d40594ad8a153ec11483d8a 1,744 1.00/1.00 vMB 234
476,706 476,706 00000000000000000136e0caca37210b3cb71725e3bb58838784c80e63f5e9b2 2,157 1.00/1.00 vMB 138
476,705 476,705 0000000000000000002b84eb607fb34ecb98fdcd143d89332193343635319e2f 1,997 1.00/1.00 vMB 170
476,704 476,704 000000000000000000887d7c334bddb72d1477a07d0674d15bafcc60011a8fd7 1,886 1.00/1.00 vMB 184
476,703 476,703 00000000000000000132abeea9443eb234029a4fb73d919120675f319d8fb3ee 2,163 1.00/1.00 vMB 240
476,702 476,702 0000000000000000001bc0acae978d70a4e7eeee4e4aac664ca8dc5c8bed687b 1,781 1.00/1.00 vMB 180
476,701 476,701 000000000000000001508ecdf8376b9edeb66d8df18bc4e3e7aedd6aacfcfc74 1,643 1.00/1.00 vMB 264
476,700 476,700 000000000000000000bd6ed8a9f5f2b1f2708e8c7eefb33a14ba95726bbf0810 2,112 1.00/1.00 vMB 240
476,699 476,699 00000000000000000076080a0d4748370deaa4a18f319aa87325c166857e3bb7 2,061 1.00/1.00 vMB 221
476,698 476,698 000000000000000000e977d7c5c5a81514c3ce6582246127941048ea3be16df5 2,026 1.00/1.00 vMB 268
476,697 476,697 00000000000000000061bed5664f5ecfe03a42f5c058887fbc178ecf561d00f0 968 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 783.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 743.26 GB
    • Received: 18.69 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.