Loading Tool

Explorer IconExplorer

Memory Pool

38,338 transactions
26.09 vMB
0.07852360 BTC
Random Selection Loading Transactions
Max Size: 135.27/200 MB

Candidate Block

Mining Attempt 6e1c3f88e1fed3bcab2f78e91cd4a400e7cd2992451da5555a8279821a89624c
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8ca22fe5e0b6c546a757932a191462fce431ccdc681d122d54a3a0b3d8bb730b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.03096006 BTC
Feerates: 101.64 > 3.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (210,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,056 704,056 00000000000000000002e77e6fc92f0f8ef35847061bd9c9b35e95f6eafdc08e 2,086 1.00/1.00 vMB 5
704,055 704,055 000000000000000000084410ab0236922dfeda348e7e101767935cd7f8d4ef4f 3,494 1.00/1.00 vMB 15
704,054 704,054 0000000000000000000b210ea3a276301479539bf8a861b69d3e2ef3fb7bcec3 2,338 1.00/1.00 vMB 8
704,053 704,053 0000000000000000000cad12eb9f76d80f6ed57d2876c0d4c86c9ec52ce0f4a6 2,180 1.00/1.00 vMB 9
704,052 704,052 00000000000000000000d14ac8fdab66001a79e10e936ad1f93686f17ec6f9cd 3,281 1.00/1.00 vMB 28
704,051 704,051 0000000000000000000bb9291d090b86f19fdd75428d422bbe9329af228f41e1 2,181 1.00/1.00 vMB 15
704,050 704,050 0000000000000000000375ed3a012adda190e3b7d7878e43d3a9d9153953982d 1,327 1.00/1.00 vMB 16
704,049 704,049 0000000000000000000deecc7ddc107e211aceef2ae00a98ed03d18351cbf627 2,424 1.00/1.00 vMB 26
704,048 704,048 0000000000000000000d97978ace173b6a5c3c9fce31266c72bd4c658670a9cf 2,309 1.00/1.00 vMB 12
704,047 704,047 000000000000000000066ddb5cb8c3d23d9dcabbebe12f956d6116a53a3b0df7 2,019 1.00/1.00 vMB 10
704,046 704,046 00000000000000000003baf2d35eb0a17ea32e2eb3c22dc43121f1c2e0ca10a6 2,220 1.00/1.00 vMB 16
704,045 704,045 0000000000000000000289675b7dc0e62b1d97281504d7d25a820cbac36d1a67 1,073 1.00/1.00 vMB 9
704,044 704,044 0000000000000000000e134bf1c4b63053a1c262e67354f9368964546d1d727d 2,537 1.00/1.00 vMB 19
704,043 704,043 0000000000000000000c158812365605863a994b8c4f553d9ff498971b84fcb2 1,648 1.00/1.00 vMB 20
704,042 704,042 000000000000000000091c35e0f69933a843fcdaca9805c0abc0011b525631db 2,778 1.00/1.00 vMB 28
704,041 704,041 0000000000000000000d3ed9984aa3b36947975ddf40e86b2303d5a022721ba6 2,890 1.00/1.00 vMB 13
704,040 704,040 000000000000000000077a6829166a2e1d6335ee94db0e0cb0b61acedca18235 1,511 1.00/1.00 vMB 12
704,039 704,039 0000000000000000000cd131a7bad6a663e51c33959f0ea8ea3404ece6c9d471 2,122 1.00/1.00 vMB 3
704,038 704,038 0000000000000000000552852c6f50bf183361b9ab9e8251d7d5ed163ba7330f 1,697 1.00/1.00 vMB 10
704,037 704,037 0000000000000000000797c507d29abab9ecbaaf8c8b653b021e2a23a1a390ea 2,448 1.00/1.00 vMB 22
704,036 704,036 000000000000000000008b0beaf8d8defd214090c98d0180c4e47022f9f154bb 1,474 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.