Loading Tool

Explorer IconExplorer

Memory Pool

82,269 transactions
31.58 vMB
0.08495195 BTC
Random Selection Loading Transactions
Max Size: 188.00/200 MB

Candidate Block

Mining Attempt 48b2c5edead3481bb290b0d5f3d7783f22850d314a42ed2bb4b046ba7c816c9c
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 04571b8b8fe9541e37e9b7b31b555e369ee3f1b814458a8eac2bd70b8c684851
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,313
Size: 1.00 vMB
Total Fees: 0.01695234 BTC
Feerates: 157.11 > 1.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (244,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,464 670,464 0000000000000000000788bd6eca4f6a632f3ff3f132dfb90d8cf69bdc4e5011 2,896 1.00/1.00 vMB 86
670,463 670,463 0000000000000000000837f9434a0d0847e14fe88d9258208e31975571cc9e8d 2,143 1.00/1.00 vMB 131
670,462 670,462 0000000000000000000b5727206cc23fab704eca38ec31a72e5d608ac72196bd 1,605 1.00/1.00 vMB 176
670,461 670,461 0000000000000000000123c01a1e8e4b8f70fad9d78ab6bc9e1680c36e62ab33 2,693 1.00/1.00 vMB 75
670,460 670,460 0000000000000000000cd29cc4126a4ed720d51c1db8c31adce90d8111aa813a 2,113 1.00/1.00 vMB 46
670,459 670,459 0000000000000000000bb946fdc2830f6591882cd81ca7d138f3731c07abe567 2,206 1.00/1.00 vMB 80
670,458 670,458 00000000000000000007995beb8bf8cb6346da817fee2d9525bb30588a8e5e65 3,152 1.00/1.00 vMB 137
670,457 670,457 0000000000000000000bbf4254d03fb54f9a352a4571f96596c7a46eb4fc3f2a 2,560 1.00/1.00 vMB 154
670,456 670,456 00000000000000000009a3b4a279e5593f4e02f906c0526c2b1368a65b03df75 1,421 1.00/1.00 vMB 43
670,455 670,455 000000000000000000009cb647beb64b4aeae91f33266894b1a2bc6c208b2909 2,751 1.00/1.00 vMB 111
670,454 670,454 00000000000000000008eff39fb47c22c185bc614ebca5b89cd15810087f0b07 2,439 1.00/1.00 vMB 45
670,453 670,453 00000000000000000006ac298b752a3878268a532679071041fc2bdd69be24a9 3,199 1.00/1.00 vMB 82
670,452 670,452 0000000000000000000be2e11dec947c9303a5cd8a98619696ab64013fe9757e 2,757 1.00/1.00 vMB 141
670,451 670,451 0000000000000000000c8eaf87a0666819531766e389b7f26efd7298911abc88 1,527 1.00/1.00 vMB 156
670,450 670,450 0000000000000000000674162489abfd24f1cd38df21164a1f8968718a78b309 2,069 1.00/1.00 vMB 181
670,449 670,449 0000000000000000000575b2ccdeb58a7f5410d47e934da826d870c08a282260 1,720 1.00/1.00 vMB 46
670,448 670,448 0000000000000000000a092f32b1b2f03cb59cdfacb80851c8333fdd3052622b 3,245 1.00/1.00 vMB 52
670,447 670,447 000000000000000000006e48243beb63a333b8fff997682d8542bd5c9fb501f0 2,526 1.00/1.00 vMB 121
670,446 670,446 00000000000000000006959073e05b08244be72c40312c12e3f913132f72a482 2,907 1.00/1.00 vMB 185
670,445 670,445 00000000000000000004dd4e4ad56db8ff6d37e7c0ce03d782c8675622d12ecb 3,197 1.00/1.00 vMB 96
670,444 670,444 0000000000000000000a6787e7c102c018506234c72a17ebb0ec98935e424fa0 2,485 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.