Loading Tool

Explorer IconExplorer

Memory Pool

79,403 transactions
29.27 vMB
0.08861917 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 7b5d7cdebee7e7eac9512d1b8aeb6ff87a4b2c73d2fcb712fae8744da9b320a2
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 6d4879cca62b1b0e02051b12ff43c43be99a750c7b5f6aa62588cdc69c70e34b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.02733003 BTC
Feerates: 146.36 > 2.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (242,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,810 672,810 000000000000000000011b6a37d92f54453f1409c8d940a31d02ac2403b7603e 3,052 1.00/1.00 vMB 96
672,809 672,809 000000000000000000061b1a8de132203f22e61e07bd211f9251172f5076f2ef 2,509 1.00/1.00 vMB 90
672,808 672,808 000000000000000000048aa98b8f5dc143b7eb88e3073298adc0c61f7d94e0a9 2,751 1.00/1.00 vMB 121
672,807 672,807 0000000000000000000142fbde1a585c0b764ae39fc65d53ed9edb432b41c5eb 1,060 1.00/1.00 vMB 121
672,806 672,806 0000000000000000000947b743524e76d0f43a1ff549f4ac3b1c5684365d52fb 1,405 1.00/1.00 vMB 106
672,805 672,805 000000000000000000040392e0f1de46d0537eafaa4212074f206e80c99cd7d8 2,838 1.00/1.00 vMB 135
672,804 672,804 0000000000000000000666944ea8f811b453e8687f3acb613ff20ec0088ac43c 2,034 1.00/1.00 vMB 44
672,803 672,803 00000000000000000003c7bcb917090bef1b74bb4d2ece986fb187440ad3552b 1,755 1.00/1.00 vMB 41
672,802 672,802 0000000000000000000aba81b1f351037b7671dbb53eb5b51551133329afaaf9 1,922 1.00/1.00 vMB 28
672,801 672,801 000000000000000000091d02aedabed306ba20ee6ab1cfc6a8e64fc2972bb19a 2,359 1.00/1.00 vMB 27
672,800 672,800 0000000000000000000bd1f04a0a6bb3d274daf1fe1189bc4fae7920d822e491 2,574 1.00/1.00 vMB 70
672,799 672,799 0000000000000000000a26f2ee1b52fad640c607646f05cc80dfefde7404a6ea 2,836 1.00/1.00 vMB 135
672,798 672,798 0000000000000000000859bdc72cf861642de2fa4204d22a55e46aef0c6e0404 2,551 1.00/1.00 vMB 43
672,797 672,797 00000000000000000004e1f563e519046c7ed1dc1cb266d675796d74fecd783e 2,498 1.00/1.00 vMB 52
672,796 672,796 000000000000000000045b910cc5f204e14d15071e1698022f1e3e994db65962 2,295 1.00/1.00 vMB 58
672,795 672,795 0000000000000000000bc2a518d25564d752a6308209977a1ecf08fab048f118 2,250 1.00/1.00 vMB 85
672,794 672,794 00000000000000000008a066d829ae8d436e50d6c29d5e3021f5d5bd4693be40 2,561 1.00/1.00 vMB 92
672,793 672,793 0000000000000000000bf2111ab6660a1666b758cbe49b89693f2fdc3e817799 2,086 1.00/1.00 vMB 94
672,792 672,792 00000000000000000000164cdb3a8fd3e69da1439c01ab8f8c51bc6c574877e1 2,171 1.00/1.00 vMB 42
672,791 672,791 0000000000000000000260ad871ed3eca1ef18d38fcde3bdbec89de62d73e365 1,871 1.00/1.00 vMB 36
672,790 672,790 000000000000000000036c7ec6fa93f28479f016abe905ab0f6d39f0e5a75460 2,827 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.90 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.