Loading Tool

Explorer IconExplorer

Memory Pool

74,659 transactions
29.08 vMB
0.08317619 BTC
Random Selection Loading Transactions
Max Size: 171.29/200 MB

Candidate Block

Mining Attempt 6614290638f67b6afa8f4e3f0777c37a3ec6a8503a5e775f0ae1500cc9eab2de
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root fd1e0743265f2e8aeed80d9dc0037bce3045a572ec500e1d4b98dc4b3c32571b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,096
Size: 1.00 vMB
Total Fees: 0.02143091 BTC
Feerates: 397.50 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (84,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,055 830,055 000000000000000000023f18e6d497ad3c1ab643eaf624b2a6cbc5fc5f3f1198 1,631 1.00/1.00 vMB 22
830,054 830,054 00000000000000000001d5737550e5b3cf3127b0f5d1ead5d020e4157ce863cc 1,257 1.00/1.00 vMB 17
830,053 830,053 000000000000000000033fd78106d17b6e39caeba8e4b87fb847acee9bf562de 1,794 1.00/1.00 vMB 22
830,052 830,052 000000000000000000023bb92237d36dfebcb25c26a3e2d012d1a87eb9b9d99d 2,176 1.00/1.00 vMB 22
830,051 830,051 0000000000000000000311ebb6b96298919e5d96d3cb97e520419bf991a58175 1,293 1.00/1.00 vMB 18
830,050 830,050 00000000000000000003a8704a639207ceef4ac11d2f4f6d04060d9e565cac3a 1,205 1.00/1.00 vMB 17
830,049 830,049 00000000000000000001ebe02926c1726930ea674923854692cbbe957781623e 1,162 1.00/1.00 vMB 15
830,048 830,048 00000000000000000001df7cf92b15c0fae17ccd32a9ba8c5e842601ea3da288 1,879 1.00/1.00 vMB 13
830,047 830,047 00000000000000000001a855d5826f6ede9d4f7099b9162556709f1bafaff38a 1,959 1.00/1.00 vMB 12
830,046 830,046 00000000000000000002c4fad6d86e51a6071b4addc9dc16276facfbb9f5e8f0 1,212 1.00/1.00 vMB 19
830,045 830,045 00000000000000000002f3fab1e074d3e050dfd701263936b53cf4669caec259 1,371 1.00/1.00 vMB 20
830,044 830,044 000000000000000000032158658c6809501eab7c07c79302100fb4a7a9c8db07 1,353 1.00/1.00 vMB 18
830,043 830,043 00000000000000000001df4584225973c0a8e5dd2024937f77d15ecc0ac68e52 1,632 1.00/1.00 vMB 20
830,042 830,042 00000000000000000000cfb6581f39850f81965e115936f384b5734c3d0a30a9 1,432 1.00/1.00 vMB 20
830,041 830,041 00000000000000000001f44aca2688fd719cd8fc204ea39b13800b154266c335 1,766 1.00/1.00 vMB 22
830,040 830,040 000000000000000000012cf30011829c1c1a505802cb90e70ee5d123e3ae6428 2,825 1.00/1.00 vMB 14
830,039 830,039 000000000000000000027ff5348da197b23fbe287478fa3e15d5bc2fbeb05098 2,186 1.00/1.00 vMB 25
830,038 830,038 00000000000000000001344e2ebdb23cc7888ef96ab864b20d8af52f124677dd 1,196 1.00/1.00 vMB 20
830,037 830,037 00000000000000000001a379555d2c2c67d8e6790f4d04886cf39aa2b2deb055 1,906 1.00/1.00 vMB 11
830,036 830,036 000000000000000000010ff9b3a627471e8114c266912b6f78f54af1bb7c6272 1,700 1.00/1.00 vMB 14
830,035 830,035 000000000000000000017711d0bbdc8e12c24b839cd3ae18256e359102c457b6 1,467 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.46 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: 667.95 GB
    • Received: 15.33 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.