Loading Tool

Explorer IconExplorer

Memory Pool

79,358 transactions
29.36 vMB
0.09979930 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt ee32e350214dac20286dfa037dc814d463494c123e974bc666a598055fdb348a
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 0562c50ff11e251444a186b2e4f74c14735436fab79d5fb0786ffa4a4910a62d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,464
Size: 1.00 vMB
Total Fees: 0.03715173 BTC
Feerates: 150.62 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (323,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,281 591,281 00000000000000000000da548d9d2349f565e2f212540c4cfd12fd080d172866 2,732 1.00/1.00 vMB 33
591,280 591,280 00000000000000000006b83c7c59753d475eb659deacccfcce3e65ab500c0153 1,966 1.00/1.00 vMB 29
591,279 591,279 000000000000000000091eda7222b397b4d184431baa793184f3ac0df5ae863a 2,809 1.00/1.00 vMB 30
591,278 591,278 00000000000000000006d6e6fad547102ea4f67aef9c62540d69b32aec90e0ae 2,477 1.00/1.00 vMB 20
591,277 591,277 0000000000000000000db7b693ad1a154eec033907a035b167ed7dedf109cac3 2,926 1.00/1.00 vMB 31
591,276 591,276 00000000000000000003d9f61495f8874426d823e9c7ba8e11a6716fb262cccd 3,214 1.00/1.00 vMB 37
591,275 591,275 00000000000000000002ca99dfad43e98a86cdd1fd7a9b1b1b3b10f78ad2aae9 2,358 1.00/1.00 vMB 78
591,274 591,274 00000000000000000018891e082af611bb4c96aadf9bb434f34dc82063d6c8e2 2,705 1.00/1.00 vMB 56
591,273 591,273 000000000000000000050656cc3ce86ae355399b8a77bdee26cca6e2237573e3 2,434 1.00/1.00 vMB 28
591,272 591,272 0000000000000000000c052a43751eb5aebc53e1ce2df0b260a274dd3c7a8972 2,206 1.00/1.00 vMB 31
591,271 591,271 000000000000000000075ab9d5e2550dc38072b85ff898ef8bcaa69b7be651ce 3,031 1.00/1.00 vMB 54
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
Previous 10 blocks ↓
Total Size: 782.66 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.08 GB
    • Received: 16.38 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.