Loading Tool

Explorer IconExplorer

Memory Pool

47,154 transactions
27.88 vMB
0.08611899 BTC
Random Selection Loading Transactions
Max Size: 148.19/200 MB

Candidate Block

Mining Attempt 38a18dcf73a9ea49e6edfec5af08b10a046cca56fc2f536462156753d409a7ee
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root bf3571757c605b4e5bf6cc7c2a05a98ca92848618deeb61117f464ece42db3e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,434
Size: 1.00 vMB
Total Fees: 0.03270644 BTC
Feerates: 500.00 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (325,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,890 588,890 0000000000000000001acc2394c79808f132d37b5001c4e45cab1c53d3d6cdbd 1,253 1.00/1.00 vMB 64
588,889 588,889 000000000000000000101213f83d5f668460ae84da9a27c0eac42e8c6744de3a 1,234 1.00/1.00 vMB 81
588,888 588,888 00000000000000000006055ebafbde2937a1f8defe206d0dccd6b79494bfc3dd 2,202 1.00/1.00 vMB 11
588,887 588,887 00000000000000000013a0fe635ba83080d3d1d5822611ee43e05ba3a9763a97 2,299 1.00/1.00 vMB 33
588,886 588,886 0000000000000000001496bff793d5b1b486754d114d0a559e8a9bc4bf6bb589 2,506 1.00/1.00 vMB 19
588,885 588,885 0000000000000000001ad41dc6f23f3bdf3adcd8d71c27052affd59354fb90d0 2,771 1.00/1.00 vMB 24
588,884 588,884 0000000000000000001af03d1565d8ebf8675af955ffa4e98ef7644389abf7b0 1,908 1.00/1.00 vMB 18
588,883 588,883 00000000000000000006d7649f5eaed874a84528173467306d26a06190d74f6f 2,783 1.00/1.00 vMB 31
588,882 588,882 0000000000000000001a0b838e70a64f2d7f70755fa1298cd9f677979dfb88d1 2,780 1.00/1.00 vMB 31
588,881 588,881 000000000000000000044c81a751335931c8904e5dd8869ac30892b4878e9506 2,213 1.00/1.00 vMB 34
588,880 588,880 00000000000000000010c3b5dad54209a669750b2d3b1b0903f6adade8d910c6 3,045 1.00/1.00 vMB 32
588,879 588,879 00000000000000000009096a2846ac93de842ac7ce75b29b377354faf2c58f74 2,882 1.00/1.00 vMB 59
588,878 588,878 0000000000000000000e01bf1aa0b60b755fed35bf6d028f35e4097299cda289 2,529 1.00/1.00 vMB 7
588,877 588,877 0000000000000000001829fc9112dedeacaa18cc99d5a4764b850add8b5c9e58 2,756 1.00/1.00 vMB 23
588,876 588,876 00000000000000000016daba53ce908dc62123ab44e3fbc6430226cb1899dc4e 2,721 1.00/1.00 vMB 50
588,875 588,875 0000000000000000000aee9839e16f90cd8bce4b35743dc97700900464f9c752 3,091 1.00/1.00 vMB 35
588,874 588,874 0000000000000000001568db71abec5320d59371f0d3c613fba0817f36f89392 2,483 1.00/1.00 vMB 50
588,873 588,873 00000000000000000003a069095930f048b5260e91f0be3cac97cd5a3380a480 2,316 1.00/1.00 vMB 41
588,872 588,872 000000000000000000171031a000736b0fb5e12c1ca613891f580ac50ca4a5a6 2,642 1.00/1.00 vMB 20
588,871 588,871 0000000000000000000a22e8ae6495994410a0d4f83245e18f0e85009497f45c 2,489 1.00/1.00 vMB 25
588,870 588,870 00000000000000000007db01dffce953a2a39643287da8573bd17bb46c771434 2,531 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.