Loading Tool

Explorer IconExplorer

Memory Pool

40,536 transactions
27.67 vMB
0.07308137 BTC
Random Selection Loading Transactions
Max Size: 141.97/200 MB

Candidate Block

Mining Attempt 7e7e60ef9f35da8ead223a698d4a5f154e9cc57c0817c4d0bd34072ffa2e410e
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 2f50eb4ee97a463bbba194cdd0052d74ab987c4e3e97fca726420ba3cd7fda25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.02012452 BTC
Feerates: 193.01 > 2.02 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (206,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,360 708,360 00000000000000000009cb577c40928f3adff7462e3a6c8132f19df9ab84ba8f 3,074 1.00/1.00 vMB 12
708,359 708,359 0000000000000000000c2a2f8c6ab154c8eddad057b6ed307bc6c24dce43cafb 2,861 1.00/1.00 vMB 17
708,358 708,358 00000000000000000000932c651fd592e2adf04782cc9611a295e2e1b50378bb 1,895 1.00/1.00 vMB 54
708,357 708,357 0000000000000000000298e9d77d7a04369890b7c70ce066a637d61aa278e025 3,015 1.00/1.00 vMB 23
708,356 708,356 0000000000000000000ce97c039ff9bcfb616605d6c483638a19df56476228f7 2,862 1.00/1.00 vMB 32
708,355 708,355 00000000000000000000d53b4a1e9a541df7d79546f667b13bf73c1d2a19a8cd 1,777 0.86/1.00 vMB 10
708,354 708,354 000000000000000000075f61bbc14ab4ef296a462dbe322ee2dfb09a124b51a2 629 0.25/1.00 vMB 10
708,353 708,353 0000000000000000000840ebd13b008a481288e35a4d64a3649e5d5992d99cf4 1,009 0.76/1.00 vMB 5
708,352 708,352 00000000000000000004d6330112a280b0fa5b60e3c397432353bb5c49ff0f16 1,959 1.00/1.00 vMB 10
708,351 708,351 00000000000000000003278af20a8620c991bfecb56008eb34d5273ca88c081f 2,907 1.00/1.00 vMB 11
708,350 708,350 0000000000000000000932ebe8246022830558334116c790ab1408e1428d250a 2,844 1.00/1.00 vMB 14
708,349 708,349 000000000000000000057963096a1d8fafc26327bc5d3b65ea8de6afc5b7d7c9 2,800 1.00/1.00 vMB 11
708,348 708,348 00000000000000000001e0bfe0778afe1567ccb8bf48a0d17ed11a8f0a2ce897 2,835 1.00/1.00 vMB 27
708,347 708,347 0000000000000000000bf6ec1d4cf2fc1151d93613e7a083e519575ca168bff6 1,930 0.87/1.00 vMB 3
708,346 708,346 00000000000000000009965ba774fc5423bc59cbbb81d234f9b546b382377f0d 2,497 1.00/1.00 vMB 7
708,345 708,345 000000000000000000067730cbeb72dac5080cd2afb81b68bb016ec4b751948c 1,843 1.00/1.00 vMB 10
708,344 708,344 0000000000000000000409238235eb194326d91f28bab7d0ae37ca43b7306c37 2,762 1.00/1.00 vMB 9
708,343 708,343 0000000000000000000348c66be7fa014e830405d7fc3dc1be0d0720bdc8885c 3,418 1.00/1.00 vMB 22
708,342 708,342 0000000000000000000531ede5e077d5595576928cb1ab3cc404ff6e24a5c2db 2,822 1.00/1.00 vMB 16
708,341 708,341 00000000000000000002452f1f9cb82b2a7eb03ee64b2cacbb41660371192272 2,449 1.00/1.00 vMB 11
708,340 708,340 0000000000000000000491f7f9d7b3abfa1f86b9ac505d50590c197540b905f9 1,431 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.77 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: 632.85 GB
    • Received: 12.16 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.