Loading Tool

Explorer IconExplorer

Memory Pool

36,014 transactions
26.09 vMB
0.06674924 BTC
Random Selection Loading Transactions
Max Size: 132.91/200 MB

Candidate Block

Mining Attempt 5a576ea45102b3eca57dc52b2787c231ca8240b3218416e7425678f5a35f2f7d
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 7d88f07d71aa75bb92f1669ab538ec372fbe1969f8420afb6fbbd47b63bde159
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.01863396 BTC
Feerates: 165.59 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (423,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,830 490,830 00000000000000000006e28eac42726918b3c133b8b825305af39f250fbcdf69 2,258 1.00/1.00 vMB 17
490,829 490,829 000000000000000000e4985c9de0ebddfcad173ecd20d62cd1fbe4abee2a88be 2,163 1.00/1.00 vMB 89
490,828 490,828 0000000000000000009adaaaeae1f11383d64569172bdef319742e2a8762d3a8 1,777 1.00/1.00 vMB 29
490,827 490,827 000000000000000000c4c69fa84450f65f3ae7d9cb1ed809c282d276537b11eb 2,346 0.80/1.00 vMB 50
490,826 490,826 000000000000000000a2c67fcb70d90c9e0011033997d0ca6d66146ef7596205 1,600 1.00/1.00 vMB 28
490,825 490,825 000000000000000000a5b27bf7ae4e92dbc642c49e8e7ef8174aba827c3d15b3 1,220 1.00/1.00 vMB 87
490,824 490,824 000000000000000000bdfd2ba290add0be7b5bddfa31b40a0f0b3846fffcd238 1,849 1.00/1.00 vMB 292
490,823 490,823 00000000000000000046be5f9963fbd7e8cfd7595f859b3b9a4248a58361600d 1,338 1.00/1.00 vMB 108
490,822 490,822 00000000000000000051e677d24460d37c2379ab7e4ed90ba22d29f074b89503 1,265 1.00/1.00 vMB 78
490,821 490,821 000000000000000000b4d9c80c60a49af5f40c7947151da0daa7b625c263fcd7 1,751 1.00/1.00 vMB 137
490,820 490,820 000000000000000000d04a36c3fa5bfc94dcca35655372322bc8164b2f4d2558 2,841 1.00/1.00 vMB 13
490,819 490,819 000000000000000000e519f2ff3dddcfd37328e52cf71277c6e2db0d5c94f551 1,241 1.00/1.00 vMB 53
490,818 490,818 000000000000000000b0c434272f1fa7e32cf1a325e5cc0ac37e58c0b3ec0d2e 2,135 1.00/1.00 vMB 159
490,817 490,817 00000000000000000032edfbadeff254378b97a1955665b9338ceebcd83100c8 1,575 0.96/1.00 vMB 40
490,816 490,816 000000000000000000235d33714a66f2b46d10ce60fdd79511fcb4c6d895c645 2,791 1.00/1.00 vMB 47
490,815 490,815 000000000000000000254c5b0eae39874253236071e0084033fa1477b596d512 1 0.00/1.00 vMB 0
490,814 490,814 000000000000000000d4ad9aeecc5642500478027ef20e23286f1705e2c94e3b 3,015 1.00/1.00 vMB 27
490,813 490,813 0000000000000000008ef4e044c910a0f9c1bc6fdfdacf432affc7c941b3a15a 2,481 1.00/1.00 vMB 52
490,812 490,812 00000000000000000060dcd9b9d2b361b804748b9b045f607c00b6034544697e 1,185 0.98/1.00 vMB 78
490,811 490,811 000000000000000000932896bc4e0e4c8638823239dab001a26206c48809cb7b 1,132 1.00/1.00 vMB 233
490,810 490,810 000000000000000000643a7e7ff8bf66f6e2243aee0d8a319becfcb0aea76044 1,245 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.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.