Loading Tool

Explorer IconExplorer

Memory Pool

43,489 transactions
28.37 vMB
0.05997858 BTC
Random Selection Loading Transactions
Max Size: 150.19/200 MB

Candidate Block

Mining Attempt bf1f787a1599b939cb3b6aa020ae65c9ba09b16c33cfcd2afb3794fe97bbc876
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 0d29745e8503c12b1ec0235f412fa707cd9b39c15f01eb8a16d332f4cf5c6ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.00623231 BTC
Feerates: 100.33 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (225,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,831 689,831 00000000000000000006d5a4dbaab938fca88b1582d69c59fc373e6e3fc09282 999 0.42/1.00 vMB 39
689,830 689,830 000000000000000000055c269f6c956efc12c91881640abb454503b589a129bb 1,248 0.43/1.00 vMB 13
689,829 689,829 000000000000000000070b4ff9ee4e45bef2ee2d9d47deb9067ad8478b32c500 2,444 1.00/1.00 vMB 52
689,828 689,828 0000000000000000000b94457979ef9212327c842e107a9b27402874a51d5cde 1,403 1.00/1.00 vMB 78
689,827 689,827 0000000000000000000c6d4f7e75d87de25bb64835f30ab28b490ce09e3b8a4b 968 0.46/1.00 vMB 55
689,826 689,826 0000000000000000000bf391b27f3c5f7b6ba07e74e73ef26261414c7508065d 660 0.43/1.00 vMB 4
689,825 689,825 00000000000000000000e39f21f8cdde1a31078e489329c47d9db8ff04775c2b 2,024 1.00/1.00 vMB 62
689,824 689,824 000000000000000000084044da930a2e932126da084f17dfd3bffe9f955e3ead 174 0.06/1.00 vMB 40
689,823 689,823 000000000000000000007ea66d950d6a2a47994ddef2458c3df36bd0b4c415c5 569 0.30/1.00 vMB 67
689,822 689,822 00000000000000000008e71046b54a1c79968940eadce51b481d7248350fc448 1,560 0.90/1.00 vMB 38
689,821 689,821 0000000000000000000b8c7d5aaf6aaebe246a6efb96c1a0b2d6a0ec6243f5b3 1,320 0.54/1.00 vMB 6
689,820 689,820 0000000000000000000949816de0cc005e5ed5d374092a180dbde349aa354b21 1,897 1.00/1.00 vMB 54
689,819 689,819 0000000000000000000d1df3442ec261e0403c4b90e115cf1fb3077ad3fe6083 1,931 1.00/1.00 vMB 88
689,818 689,818 00000000000000000009f2fc8d85e7dac46cf072cad423d3692e8357c0ad9b3c 122 0.07/1.00 vMB 40
689,817 689,817 00000000000000000003d1ae8d4ea4295413443e77e11c7de06c8e323a5e77a7 234 0.07/1.00 vMB 58
689,816 689,816 00000000000000000004b76eff7b691d3d3ee3d5a094c39ff7114035a880af8c 2,444 0.96/1.00 vMB 33
689,815 689,815 0000000000000000000118d30471e22033ade08e5aaec9f25a7948ced5c914fe 2,431 1.00/1.00 vMB 16
689,814 689,814 00000000000000000010d0919944b3eefcd5677d04cec37a759936e1b9d870b8 1,639 1.00/1.00 vMB 35
689,813 689,813 00000000000000000002c92e5b005955105e3c0d360376e461f60824f8043fbd 1,700 1.00/1.00 vMB 22
689,812 689,812 0000000000000000001074c9be4cf006ee37274ae26954241dec06dc0c2153e7 2,220 1.00/1.00 vMB 6
689,811 689,811 000000000000000000136348331b3a4dc6d2d481e607199fb1ec383d12b05681 2,378 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.74 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.