Loading Tool

Explorer IconExplorer

Memory Pool

78,978 transactions
29.45 vMB
0.06731738 BTC
Random Selection Loading Transactions
Max Size: 177.28/200 MB

Candidate Block

Mining Attempt 95db8866677a8befbce1c26cb4e51f85c96691eddff1ba33bdb6877cd6fc449c
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 6d190d322791aad9e591206cae3a606eb31a7d0fd149900921afa67634d85af9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00757819 BTC
Feerates: 150.77 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (375,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,543 539,543 00000000000000000006050c52aebe14f89df8c3cf15bb5299c7b624a89a5509 1,957 0.75/1.00 vMB 21
539,542 539,542 00000000000000000016f01078ab052be22de7d1b7f4ed9208bb587797163d78 589 0.21/1.00 vMB 19
539,541 539,541 0000000000000000000ae7af848152ad282c7c3496fae33437013df6453d54c4 1,697 0.72/1.00 vMB 29
539,540 539,540 000000000000000000274bf93e0f3c2cb3ae1f688a7b27a72e928307486ad66c 73 0.03/1.00 vMB 14
539,539 539,539 000000000000000000157c072f1b3f098247129b60b8d6cf9f30771bf12863d5 957 0.42/1.00 vMB 12
539,538 539,538 0000000000000000001987a49d6c6a0a87c28fe46af4ca5fed9b85c6caee7dfb 2,854 1.00/1.00 vMB 24
539,537 539,537 00000000000000000009b799741b20493b39de585d19d014422beb81699f4761 1,563 0.65/1.00 vMB 24
539,536 539,536 0000000000000000001b39d3c962a10f9f2ad421a24c8ad483908b7cd3f63074 78 0.03/1.00 vMB 44
539,535 539,535 00000000000000000013aeb0d3240fd98b25429f82c1cd8e5ded891092a48eef 827 0.37/1.00 vMB 12
539,534 539,534 00000000000000000010582e8335c7210590573513c4a75c9e0e772061fd9b3b 1,362 1.00/1.00 vMB 8
539,533 539,533 0000000000000000001f694dfd1169bbb55c7256b8b3da040452ca11358ceeb2 2,859 1.00/1.00 vMB 18
539,532 539,532 00000000000000000025d4513275a5c0956e4d7579cefef3fe98861ebaf8794e 2,432 1.00/1.00 vMB 24
539,531 539,531 00000000000000000007ca91966220f889cb9af1c151f0c2e83c8b226bdd9a77 2,863 1.00/1.00 vMB 19
539,530 539,530 0000000000000000000a53fdba5d2ae8ef1245f4c24ecb54b8912b542043e5ab 365 0.13/1.00 vMB 14
539,529 539,529 0000000000000000000c7f464e7132eaf0f669b2d5f9bf48a1d00484e8c29d53 2,393 0.86/1.00 vMB 16
539,528 539,528 0000000000000000001ff3a36ce0a25568643d318136240db6eeda18d59ce69b 2,086 0.80/1.00 vMB 17
539,527 539,527 00000000000000000018128fa5cd2f49698352f2253e627e6d8e1eaaf9e421b0 2,508 1.00/1.00 vMB 16
539,526 539,526 00000000000000000022a3db4c66d1ae18eaf24c670f41456ff2b7a1de5578a8 2,187 1.00/1.00 vMB 9
539,525 539,525 000000000000000000292ab774a5cfe26a6ccc6ca23c69b4b08ff0ce1b5ee27d 2,997 1.00/1.00 vMB 16
539,524 539,524 000000000000000000033697d8be6e2b13a2976caa87b14d64ac151424b3653c 2,817 1.00/1.00 vMB 28
539,523 539,523 00000000000000000022324aaedaa8493c31494342a6f6a675e7fd1ad2970e95 535 0.26/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.38 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: 664.29 GB
    • Received: 14.96 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.