Loading Tool

Explorer IconExplorer

Memory Pool

45,806 transactions
28.58 vMB
0.07375752 BTC
Random Selection Loading Transactions
Max Size: 151.82/200 MB

Candidate Block

Mining Attempt 9bcab289cf90bbb8ec3af2666b68acba2010b393761e081e4eee658dac5a7e58
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 594ade1272c7d97df05d531bff8bf3d77c9c38fd6ec45b3eba1f568f89f862d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.01944691 BTC
Feerates: 361.66 > 1.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (300,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,848 614,848 0000000000000000000b5b2b5d08170d8cd0565fb27357a26478761252e0d64e 3,210 1.00/1.00 vMB 37
614,847 614,847 00000000000000000006ec741ec35e8783a829d93cab0a0103befe8651ca2c89 2,089 1.00/1.00 vMB 13
614,846 614,846 0000000000000000000a084920fdaf81a9152010c09591f6344dd2aeef726bc5 2,994 1.00/1.00 vMB 18
614,845 614,845 00000000000000000000c00ff6033d9646c817844b176a9cf9b0ede88fb468bd 3,016 1.00/1.00 vMB 32
614,844 614,844 000000000000000000050c28cedd83ae4ef9430f2cae01abaa03b68247f8376e 3,220 1.00/1.00 vMB 7
614,843 614,843 000000000000000000124bba24fef36444dc21501cecf386985e4ed441c2d38c 2,305 1.00/1.00 vMB 19
614,842 614,842 00000000000000000001c92294305383b82294aff488285417e3308b74bae3d2 2,750 1.00/1.00 vMB 28
614,841 614,841 00000000000000000003d440ae6c38a311c32da6be6800fc60fdc49acae29cc7 1,879 1.00/1.00 vMB 10
614,840 614,840 000000000000000000118b7ca1aad26e94a7a8bf23eeb80bdf2d1496b79f73f1 2,466 1.00/1.00 vMB 21
614,839 614,839 00000000000000000010bc2a9afd7848cdb94ec35b7853cecab7202e509850fc 2,201 1.00/1.00 vMB 22
614,838 614,838 0000000000000000000f3b334aec98a164e551382a3973cb68db1553f0e8cb31 3,057 1.00/1.00 vMB 29
614,837 614,837 0000000000000000000c79b78370d158462de6a74581b3752e06f6f727d7f5ae 1,755 1.00/1.00 vMB 7
614,836 614,836 00000000000000000001a431246ef70f5778132c1194a2e4a13becfaa57fec3b 1,644 1.00/1.00 vMB 11
614,835 614,835 000000000000000000106933332ae8f94ee1787baf24f366d8e01a118a29c08c 2,099 1.00/1.00 vMB 18
614,834 614,834 0000000000000000000b2d3604895d810c56010a3eaadf1325f55cd2f6dfbb0c 2,695 1.00/1.00 vMB 20
614,833 614,833 0000000000000000000c16b37ce1aa76f9993e4ed9b1e2d17206a96ca3adea84 2,269 1.00/1.00 vMB 7
614,832 614,832 00000000000000000004804cd3d852003d19c702700316f156f6b920e7973a2f 3,169 1.00/1.00 vMB 19
614,831 614,831 0000000000000000000e2097c966f9a42e50da791483e77e870876636b618082 2,238 1.00/1.00 vMB 9
614,830 614,830 00000000000000000007c39729b05a8d01dae517b4df0bd52562d8df4b554fd9 3,293 1.00/1.00 vMB 26
614,829 614,829 0000000000000000000b1db30189f7c74bcf541e05dfe50827b4f4ac73d49655 2,037 1.00/1.00 vMB 17
614,828 614,828 00000000000000000003c53510dde14af460953c224866315736b52ce95596f6 1,328 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.