Loading Tool

Explorer IconExplorer

Memory Pool

78,976 transactions
29.66 vMB
0.09153856 BTC
Random Selection Loading Transactions
Max Size: 178.62/200 MB

Candidate Block

Mining Attempt b36e3699bea2338e2a5b07c7971fd042812761419f37b420d16121a25de49c10
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 2a8ad293a4b467a38183899de29562435f7b6da384a8898ae89a65e45bc123a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,469
Size: 1.00 vMB
Total Fees: 0.02876715 BTC
Feerates: 261.10 > 2.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (119,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,075 796,075 000000000000000000031b0defbbec865647e63a5e57835bca9e0b0d8996be1d 3,466 1.00/1.00 vMB 32
796,074 796,074 000000000000000000039b8ebbf3bc1666ccf41275f2b59191b1e63168601bf7 2,874 1.00/1.00 vMB 28
796,073 796,073 000000000000000000051652693d1795c6cd489d044ec726ff0fa5cefce55ca7 3,676 1.00/1.00 vMB 18
796,072 796,072 00000000000000000002557700764fa8365578d0b4b393bd390ed303398833cc 3,375 1.00/1.00 vMB 22
796,071 796,071 00000000000000000003dd5c296416a5b7e267b706e3a795ee8019b1ac4da7ea 4,336 1.00/1.00 vMB 14
796,070 796,070 000000000000000000012669af052590a9648a50a3ae4ee7507b9dc4bfc262c1 3,355 1.00/1.00 vMB 29
796,069 796,069 0000000000000000000388cdaf80417e470ff65a28b8826a814c97db5fb9d9ea 5,440 1.00/1.00 vMB 12
796,068 796,068 00000000000000000004381f6b739c64fac9c887682159bc4cc56c8bbc159a22 3,948 1.00/1.00 vMB 12
796,067 796,067 0000000000000000000095ec68c3110d090a2d75065a6c29a7e1bf8a0f928dea 1,848 1.00/1.00 vMB 15
796,066 796,066 0000000000000000000440449f4cdf0412f06115fca650789d2b041e549d74c1 2,114 1.00/1.00 vMB 16
796,065 796,065 0000000000000000000522e5e1e4f9318014131b44b847f8b78374658b1f3ac4 1,031 1.00/1.00 vMB 19
796,064 796,064 00000000000000000000aae773d5d726b1494b2cf5946bb2f065a13ce7e33fe9 3,293 1.00/1.00 vMB 24
796,063 796,063 000000000000000000044d4f0c05691e5809749c0b3fc2494f422aa70b0182d4 3,539 1.00/1.00 vMB 33
796,062 796,062 00000000000000000000787398fc8912af51b53965f5d36b1dc8b65e20b94491 3,361 1.00/1.00 vMB 35
796,061 796,061 000000000000000000009d00f4bb3b82385de4709231f77f4bec2863acb95f6a 1,408 1.00/1.00 vMB 21
796,060 796,060 00000000000000000002d6dffc7e6952c70df553cd74f803743803bbf78e9aa5 3,412 1.00/1.00 vMB 29
796,059 796,059 00000000000000000000fe8ddee8b1491855516731ccd41241155d7020ad2d5d 3,300 1.00/1.00 vMB 31
796,058 796,058 00000000000000000002e799c74f42db3b23dd8c3dd063fe93680f97e74113f6 2,581 1.00/1.00 vMB 32
796,057 796,057 00000000000000000001c7553fab46c1051df9f28b5daeb953583b7b76e95b54 2,575 1.00/1.00 vMB 32
796,056 796,056 00000000000000000004a8a9224eafa79c10e5dd1b0d39ed878058a981c1ffdd 3,365 1.00/1.00 vMB 39
796,055 796,055 00000000000000000002a6c9c15200fb3dd5e9eb0ad992a6202cc41f9ad28826 4,703 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.68 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: 685.91 GB
    • Received: 16.48 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.