Loading Tool

Explorer IconExplorer

Memory Pool

75,535 transactions
28.28 vMB
0.06286958 BTC
Random Selection Loading Transactions
Max Size: 171.28/200 MB

Candidate Block

Mining Attempt 7d7a8da5f38d8cd1e227deea0e240159f04a70f0658ff39d696c8168091909bc
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ae1a5468f4e6642397bef3b390a6aa87c0bd4cc28e32e7d3f195acbb3556c5bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.00436729 BTC
Feerates: 40.21 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (323,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,270 591,270 0000000000000000000d1a6bf65317f715219b16926f6c34bc9b363a622d7196 2,559 1.00/1.00 vMB 25
591,269 591,269 0000000000000000000c5ff3d6f2d317f840902d4905f95883c014c74c80721d 2,596 1.00/1.00 vMB 32
591,268 591,268 0000000000000000000918bd0f736887a8627bf2388f5f8dcdc0def1f3f22224 3,190 1.00/1.00 vMB 31
591,267 591,267 0000000000000000001a42bca47be2c56f5b713f9838b989776dc424ca381e76 1,933 1.00/1.00 vMB 36
591,266 591,266 000000000000000000170ac4c00ae33c3905c32cb3f4f7e19c932995dd0e99eb 2,775 1.00/1.00 vMB 37
591,265 591,265 000000000000000000006e4dbfb27eedcb044c397e5ead7a708471bcfd2c8daa 3,254 1.00/1.00 vMB 54
591,264 591,264 00000000000000000016b3f1a0d4e78ace67be9fc12bd7c6a8102906f37108c7 2,678 1.00/1.00 vMB 68
591,263 591,263 00000000000000000002525285a9936fd4ec6b86751e1fe5e508f3dcda517b33 3,341 1.00/1.00 vMB 45
591,262 591,262 00000000000000000000d72fbb6452cea95fa12f03fc678912c227e27e6e40c9 3,159 1.00/1.00 vMB 61
591,261 591,261 000000000000000000084e2b2184c7608f51422510d10df1e9efe7c0ec11a511 2,364 1.00/1.00 vMB 65
591,260 591,260 0000000000000000000ad894e60b1f99f88a49648565443803db40fe88e297c4 2,407 1.00/1.00 vMB 50
591,259 591,259 00000000000000000009b118026377839ca3c3c3c08807b634f6a172867d438b 2,533 1.00/1.00 vMB 64
591,258 591,258 0000000000000000000ce077ad1ad6cdd47fb25f56c45a6aa8d720b3c37beca2 1,468 1.00/1.00 vMB 35
591,257 591,257 000000000000000000169705c7f382d11527da23c385f3ae122ffdcac4f6d100 2,783 1.00/1.00 vMB 52
591,256 591,256 0000000000000000000a9c1cc85f8b61383d569bf94776a89fda4aba77e46605 2,726 1.00/1.00 vMB 43
591,255 591,255 00000000000000000017855622105f0101ce0367f5cca3a38a56cbe233028135 3,245 1.00/1.00 vMB 55
591,254 591,254 00000000000000000007e00a98db06f0fca2a023f18cef6a6ecf85bd6328f9f1 2,635 1.00/1.00 vMB 39
591,253 591,253 00000000000000000004d5702fd4a58844b3dc804356fe6005f3b782c614b501 2,796 1.00/1.00 vMB 45
591,252 591,252 00000000000000000011f4860d8c80367ee8f1300867072b368e3212de4989df 2,222 1.00/1.00 vMB 43
591,251 591,251 00000000000000000007ca3ac9b49a48bc91f7d2a2418f0d8ad91cd546c89ffd 2,437 1.00/1.00 vMB 41
591,250 591,250 00000000000000000018081d40f2853c9b34389086733f557f5908e772ab9bed 2,846 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.