Loading Tool

Explorer IconExplorer

Memory Pool

76,767 transactions
28.34 vMB
0.08485176 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt 4a5efdc15e1e45e6bda10f3dff9d8a8efac58367a550425e2a85adf642440b17
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 515ed21e09c74a22d177a8795c048581de6a9973c31cb68d8b6f0ff6edbc91e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,457
Size: 1.00 vMB
Total Fees: 0.02200316 BTC
Feerates: 477.45 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (109,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,080 806,080 00000000000000000000bc83bd3348b691642ee007e9dd8ef58607f64f363886 4,186 1.00/1.00 vMB 11
806,079 806,079 00000000000000000003a799abbb18c5b3ccbbbd8a7b2c7a205e9b183ffd1a4f 4,980 1.00/1.00 vMB 10
806,078 806,078 00000000000000000002639a06c2e9d0100b98f66105b58aba4b77030624b984 6,153 1.00/1.00 vMB 11
806,077 806,077 00000000000000000002dca764632e2bf0ecc10f937309340cbc43e7eb73a1ad 6,106 1.00/1.00 vMB 9
806,076 806,076 000000000000000000002ce1d4fe69b1addd6b23aeb9b4c6cbdd225fb1431662 5,308 1.00/1.00 vMB 11
806,075 806,075 0000000000000000000025eb2d7d4f514a14d5c4fb5b86a71924a5e4cdef4cb5 2,837 1.00/1.00 vMB 12
806,074 806,074 00000000000000000002eefbddf6cd3d53786ecc53f193f584f85bd2371799b6 2,530 1.00/1.00 vMB 14
806,073 806,073 0000000000000000000304a67ae412134cdd47e34324f65b679d1d8dbf4a7783 4,311 1.00/1.00 vMB 12
806,072 806,072 00000000000000000001e96830561bc589804f14ab46336aa5610b45f28342c0 1,266 1.00/1.00 vMB 9
806,071 806,071 000000000000000000037625c9c24d1e60a56c38d3b3be8ef72970d0aad4f343 3,755 1.00/1.00 vMB 9
806,070 806,070 00000000000000000004fb1262317316448e3134ba98e8cf986279ac872ae90e 4,797 1.00/1.00 vMB 10
806,069 806,069 000000000000000000001c4496d267e323c21d0de444f0b531e369747570918c 4,240 1.00/1.00 vMB 12
806,068 806,068 00000000000000000003527e8d4e6889bb873144e1d24a1bdab3893d835c2cfc 1,851 1.00/1.00 vMB 11
806,067 806,067 000000000000000000001eba02986c9f463aad44ea5f389c8c098aad5af4b4d4 2,034 1.00/1.00 vMB 14
806,066 806,066 000000000000000000009f3577fc15c838849e4281f0c949ba34938f5bb00a9d 3,743 1.00/1.00 vMB 21
806,065 806,065 000000000000000000007f17025dc0f8711f8069022aaa6d4bbbf45f91c4e469 3,947 1.00/1.00 vMB 13
806,064 806,064 0000000000000000000455a5b4801f17adbb9323b8a72afa3c1f744888951552 3,205 1.00/1.00 vMB 11
806,063 806,063 0000000000000000000217e28eb0f911ee8725290effeb21f7986a0f0b727843 3,065 1.00/1.00 vMB 13
806,062 806,062 00000000000000000001a6b01693ecdcf9a6e40dc68f2ef591245d5a26d3b3e1 2,178 1.00/1.00 vMB 15
806,061 806,061 00000000000000000004e57b96844e9f034ebade952822c9e8137a86e6a33443 6,711 1.00/1.00 vMB 10
806,060 806,060 00000000000000000002c31697fef92b0732b45fd7aef55c1642fe0381cc408a 3,677 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.