Loading Tool

Explorer IconExplorer

Memory Pool

41,863 transactions
28.66 vMB
0.07143812 BTC
Random Selection Loading Transactions
Max Size: 146.50/200 MB

Candidate Block

Mining Attempt 81f2ee7cd1a643f0fe52d78843da143a7be1141e50b795efe870638b66c25626
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root f76944b4913fdcdbfc422e873c7f1c711f565de13b28b825819da7e38fa7300a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01585566 BTC
Feerates: 104.56 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (315,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,475 599,475 00000000000000000004dda7b2de970855b5bb7001df114404d52a4f8bba6ee0 2,948 1.00/1.00 vMB 20
599,474 599,474 000000000000000000064ed89120174d3b55cc6f0911e4eb842bd672ef0dca40 2,761 0.82/1.00 vMB 18
599,473 599,473 0000000000000000000f70e0898d62e0b842eeaecda46d419ff7a21de0afb17b 3,226 1.00/1.00 vMB 9
599,472 599,472 0000000000000000000ee44ce3338cb2d7560dcd121a02993017baa6a8515918 2,628 1.00/1.00 vMB 9
599,471 599,471 00000000000000000008d6e1f6edae4f5c9ebc8d75cc2bfb076560a3bd22de99 2,932 1.00/1.00 vMB 13
599,470 599,470 00000000000000000008946f76c4b933a4c7923af77f60e20c7c71e78b9d9aa0 2,843 1.00/1.00 vMB 13
599,469 599,469 000000000000000000125ae96cdf952185d0a02a84b0fbe7db7a46bfe0b5b226 2,982 1.00/1.00 vMB 17
599,468 599,468 0000000000000000000595ac34f9612dee4ac182474c539b7bc1d463e92a6a88 2,481 1.00/1.00 vMB 21
599,467 599,467 00000000000000000009b3dac9b09273277e3c55b22eb898352bf29d566b0c5a 3,090 1.00/1.00 vMB 38
599,466 599,466 000000000000000000048fcf819a20969181201b81c72e802345df9c68b4112f 3,255 1.00/1.00 vMB 21
599,465 599,465 00000000000000000011a63437ca4db416f4b969a31d5736e2fd08f4d8f96e58 3,226 1.00/1.00 vMB 34
599,464 599,464 000000000000000000142d41f408a949f4224be81b69acc68690f2ae6d7cc5fd 3,111 1.00/1.00 vMB 45
599,463 599,463 0000000000000000000b80eef6777e4d2552580f3a830827ead3d5b5ae621e19 1,440 0.33/1.00 vMB 5
599,462 599,462 00000000000000000007f2013ed9da7474d6ba130f58284404f0498f9494f244 2,259 1.00/1.00 vMB 18
599,461 599,461 00000000000000000006ce1728eebf202e39a99c3b85b1d35781f56b3efaaa85 3,212 1.00/1.00 vMB 19
599,460 599,460 00000000000000000007e9e1c7bbbb189713b9d02a0b5b338b39d15165c0e432 2,869 1.00/1.00 vMB 22
599,459 599,459 000000000000000000155935910c4fecb041449342097e0ba3bb92264acecb92 879 0.29/1.00 vMB 20
599,458 599,458 0000000000000000000d65b5301f635c0611ccb15fda3edb53fe84f78f2c470b 509 0.17/1.00 vMB 22
599,457 599,457 00000000000000000009ecd0611ef5c890fefed0050e41280a1393a848ee6997 2,145 0.99/1.00 vMB 13
599,456 599,456 00000000000000000003173687ee1029f5e68f43e12814d3a001bdb364e61473 269 0.09/1.00 vMB 22
599,455 599,455 0000000000000000000ae7a101bb8ff1d306e6098722a6fbb4cc45ec868926f5 678 0.23/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.35 GB
    • Received: 12.02 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.