Loading Tool

Explorer IconExplorer

Memory Pool

41,844 transactions
26.74 vMB
0.05611015 BTC
Random Selection Loading Transactions
Max Size: 140.32/200 MB

Candidate Block

Mining Attempt 66d24489fc286c063ad722e38b0539e577e1840b9b6453270bf1f9da92332ab9
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (222,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,450 692,450 00000000000000000012ba29bb643f1d89b0596680697449b02d4451720a95ef 2,860 1.00/1.00 vMB 21
692,449 692,449 000000000000000000090b3cd5e353db1a5515bdb1dd3d9d5f600e9e7d47e697 2,997 1.00/1.00 vMB 8
692,448 692,448 000000000000000000067af4f4b7a1600bf9729381a406b5f421db7a297b281f 3,038 1.00/1.00 vMB 25
692,447 692,447 000000000000000000124a0c630f81caa40e3cd81782abd9d639f269fb4d761f 1,727 0.66/1.00 vMB 15
692,446 692,446 0000000000000000000c0b33f7cebbd36a7e2bee8db7b2bcc8b0619f78d0b722 946 0.30/1.00 vMB 12
692,445 692,445 00000000000000000010f832d7e94180f2b5e77aa9c953f6b2b22f9998871ca1 131 0.04/1.00 vMB 12
692,444 692,444 0000000000000000000f2cc59c810baf0d8a3aef37255b8ea8a13974f5e2ce55 133 0.18/1.00 vMB 5
692,443 692,443 00000000000000000009e551a3d4d2341b073e4fb38479e5c85f45b3b5f7d454 2,853 1.00/1.00 vMB 13
692,442 692,442 000000000000000000098241022d3972f6e6c9c9246e3ed8fe8f4deba1f41161 475 0.28/1.00 vMB 43
692,441 692,441 00000000000000000003e528ff48d73ef06808a21ff468f2118784143b907923 206 0.07/1.00 vMB 15
692,440 692,440 0000000000000000000c30da6a1a6af0bf72bc77cfa96ef3c35d0afb343acd65 2,123 0.76/1.00 vMB 15
692,439 692,439 000000000000000000013cc3077a1d646274061056f9959ca1c85d716c2b37f7 467 0.14/1.00 vMB 11
692,438 692,438 0000000000000000000f4e2572994db97c19fb311e1d8e0f957b9534d17c78db 1,164 0.43/1.00 vMB 12
692,437 692,437 000000000000000000075f39ab008ed101fdf22e42173eb3ef895f70db2090bc 1,799 0.67/1.00 vMB 9
692,436 692,436 00000000000000000002e2980b2ebe42822be9276c4a80728d2ba094388bec75 1,742 1.00/1.00 vMB 7
692,435 692,435 0000000000000000000c49e29bf78d762c2a239cbe781793efe343dad092eed1 2,828 1.00/1.00 vMB 16
692,434 692,434 00000000000000000008785319976dfc8afa2dc7bdcc04d262079f34be9797b5 1,792 0.80/1.00 vMB 12
692,433 692,433 00000000000000000010d5a147f4326f32133a0674635625562f066160b3cb8e 1,453 0.68/1.00 vMB 7
692,432 692,432 0000000000000000000bd46a0c2035cd9ac825e6f7fbceed0cee16af046aee89 2,635 1.00/1.00 vMB 4
692,431 692,431 000000000000000000041790ba8c42c662a0e8d5b8712464bca383afc8c37f71 2,864 1.00/1.00 vMB 15
692,430 692,430 0000000000000000000007bc4e0fe1676ff5b59f49d776a0de9e56e7c1ab247f 2,969 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.