Loading Tool

Explorer IconExplorer

Memory Pool

81,870 transactions
31.45 vMB
0.08236356 BTC
Random Selection Loading Transactions
Max Size: 187.24/200 MB

Candidate Block

Mining Attempt 78c8ef0a4dd56b5d6c73cbcb056362edca68fe28c922e36211d3f37f757d6f2a
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root fe90cda44f81aa58c6623bbf25bf193671a5c3516812bf0e5fa0911978d6dd92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,204
Size: 1.00 vMB
Total Fees: 0.01545140 BTC
Feerates: 157.11 > 1.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (351,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,034 564,034 0000000000000000002dca26078ee9c88974291a379b21982494741446a301aa 2,089 1.00/1.00 vMB 40
564,033 564,033 0000000000000000002015cca9d8562fc8faff7de86e08c3668ab591d01ba409 1,987 1.00/1.00 vMB 26
564,032 564,032 0000000000000000001f82a102d9bb0abb181d04cec9190d2374c3fe28989cd9 2,563 1.00/1.00 vMB 24
564,031 564,031 00000000000000000000ee9550acc218a984d202806ea3d37de07da985f2a536 2,462 1.00/1.00 vMB 28
564,030 564,030 0000000000000000001ca74a20f9c1c44c783da0b79d16970ad73d0033d4dc10 2,391 1.00/1.00 vMB 26
564,029 564,029 0000000000000000000882281ba4c04c6f652c16cd1fbcf50a24d73825c3d547 2,135 1.00/1.00 vMB 28
564,028 564,028 0000000000000000000ccfad74c38f5d6aac4db3a990f15ad8a027d238c9ec56 1,966 1.00/1.00 vMB 37
564,027 564,027 0000000000000000000a321f41be94163ddfe75a948669063035e587d6ee9026 3,303 1.00/1.00 vMB 49
564,026 564,026 0000000000000000001826b893bc967cc2355662a54a750174f561fa148b82af 2,993 1.00/1.00 vMB 50
564,025 564,025 000000000000000000124e1a2d8a83bfff8e134e5ece2a5ec74ed684463ef588 2,651 1.00/1.00 vMB 37
564,024 564,024 0000000000000000000395f8f961db7419f8f0f8110dd59e77c32d0742773141 2,877 1.00/1.00 vMB 57
564,023 564,023 00000000000000000006cfbb37adfb1daa4fc91c51e87f517c1995435d4b5856 3,027 1.00/1.00 vMB 43
564,022 564,022 0000000000000000001398b72873d3bc7386b386d9bd8727c1822da808ceeade 1,766 1.00/1.00 vMB 58
564,021 564,021 000000000000000000002b9a5c774f22d5e3fff8543807ab74e390b8933e5d72 854 1.00/1.00 vMB 79
564,020 564,020 0000000000000000001f0d08e9abba759ffc9fde043f5988e3ee96e43f5c4aae 2,909 1.00/1.00 vMB 56
564,019 564,019 00000000000000000006b1fd13b718735defd1e4ec44f0b87e1e4b5954a728db 1,399 1.00/1.00 vMB 23
564,018 564,018 0000000000000000002a45492b4363febe8106cabf5dbb3b93b6e3dc06c45ef7 2,715 1.00/1.00 vMB 49
564,017 564,017 000000000000000000058be2ffd80697ee9e4dcaa8fac83c4f8c5f944b69f221 1,618 1.00/1.00 vMB 13
564,016 564,016 00000000000000000028d9f74f10cd545a4423b3e8b58ecef3f597e5222637de 2,290 1.00/1.00 vMB 15
564,015 564,015 0000000000000000000346964425f07e1a71f576c6c918a0e242f5dda2ecee22 2,622 1.00/1.00 vMB 12
564,014 564,014 0000000000000000000f58376ad1792612f0353fb152e63f82c973caf5097c95 1,888 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.84 GB
    • Received: 15.59 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.