Loading Tool

Explorer IconExplorer

Memory Pool

45,957 transactions
32.29 vMB
0.12878647 BTC
Random Selection Loading Transactions
Max Size: 163.85/200 MB

Candidate Block

Mining Attempt 21f14769df7feca4bac1c541d80deb0d74264ce3dba8d9234b8f0400ad5753be
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root ed7aa38a0d47e4f5540eded2a3af5cebcd30a176ef789d25e16035ca05bd572a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,751
Size: 1.00 vMB
Total Fees: 0.05558640 BTC
Feerates: 265.25 > 5.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (248,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,892 665,892 00000000000000000007003b0a5044a1f442eac2751167b4fee3b611e298b522 2,353 1.00/1.00 vMB 103
665,891 665,891 0000000000000000000cf430c8d49e0decfebcb55231786353e38a326da451b1 2,632 1.00/1.00 vMB 144
665,890 665,890 00000000000000000000546ba706b3e7a476758f6500b31ee15550f8f1bd634d 2,508 1.00/1.00 vMB 125
665,889 665,889 0000000000000000000118929e01649b6aba13ba81ebe8057bbff4903a2c62d9 1,576 1.00/1.00 vMB 72
665,888 665,888 0000000000000000000b9160575c2bdade3bdcf4b211ab54c144525f95f20df8 2,542 1.00/1.00 vMB 59
665,887 665,887 0000000000000000000a1b3afd29b93f53b892129894e795832f701f04b8f1ac 2,377 1.00/1.00 vMB 141
665,886 665,886 00000000000000000003f31072b4cbeaea9550e01cfbe57ff45ef80fd155c205 2,793 1.00/1.00 vMB 50
665,885 665,885 0000000000000000000d5808c939d346c8e49fe8860ddfc6263f299a9218703b 1,834 1.00/1.00 vMB 114
665,884 665,884 000000000000000000015a8ef20825ec4c67a823fefb9b4a9007500cc50968da 2,450 1.00/1.00 vMB 54
665,883 665,883 00000000000000000005d7653f0b0898dc9659247f570217e56d95dcb51a945f 2,695 1.00/1.00 vMB 59
665,882 665,882 00000000000000000002c147bee61f9ca8e97e7461f6db4c0a7dabca7d0133cd 2,874 1.00/1.00 vMB 67
665,881 665,881 00000000000000000004efd329d0188ef0de8f1d5ab6b25025aa95670f28947a 2,424 1.00/1.00 vMB 117
665,880 665,880 00000000000000000005b71a7836b6811cd11d70db42a6a2e2d395405b27e07f 1,177 1.00/1.00 vMB 130
665,879 665,879 000000000000000000086f2ba579a19ae3b75727e49f88363462bb13dbe1345c 3,349 1.00/1.00 vMB 154
665,878 665,878 000000000000000000026373a72c8ebd61cb1a8e9a82fd75a2be7d3df9531de9 2,839 1.00/1.00 vMB 78
665,877 665,877 00000000000000000000c17c0e745e54ae0ee217b62f89056934d76a4f19824a 2,500 1.00/1.00 vMB 81
665,876 665,876 000000000000000000077eea494fba4d490f2c2b8b086673205d82bd9fe2ab5a 1,650 1.00/1.00 vMB 102
665,875 665,875 00000000000000000008a1115a7b3c3ebb673c61eb052df21a2836c9f9985d16 2,764 1.00/1.00 vMB 141
665,874 665,874 00000000000000000004e856fd320422e7b0fe4f633c72682f34c1b8c6b73f6d 2,626 1.00/1.00 vMB 54
665,873 665,873 000000000000000000072fc47f884834feb40429bed5460767b47d9f0bd4bed5 2,677 1.00/1.00 vMB 110
665,872 665,872 000000000000000000043d3eb931f706e4d464b5348156ab943dcc79c28bed2b 2,527 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.65 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: 626.66 GB
    • Received: 11.70 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.