Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,958 transactions (3.14 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,921 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (849,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,084 61,084 000000000a1b9e6e4790c548fa89f70e5f5e88b50012ef3fa00c93a0215c9504 0.00 MB 2 0
61,083 61,083 000000000d82efa276176372c450f5eabf62b36fee28ddf9c6ab964329e34e93 0.00 MB 1 0
61,082 61,082 00000000052ef06153acffedab9324fda45e51664e8a5cf11b2783dfeb2ce11e 0.00 MB 1 0
61,081 61,081 000000000e6ea2ede0b03e4e0579e1025773d70f20e3e0ae7f9d47cccaf78a97 0.00 MB 5 0
61,080 61,080 000000000ba4347a6643035b9e9f4e1c414256c79fcab62bd07214a9b09b9ca6 0.00 MB 2 0
61,079 61,079 000000000cce453b5f0aba16b8f122ebdaafeed95a5800d6c68a013c0a9bd943 0.00 MB 1 0
61,078 61,078 0000000005dc5cebdd49c821464c613aa5ac695edf6583dd5b5ff55eb7241af1 0.00 MB 4 0
61,077 61,077 000000000bca304f06ce28c0c2bd98b39a537c558ae07bc0b07b49b4383f03b2 0.00 MB 2 0
61,076 61,076 000000000361fc8a61ff269c79aecef42565d5f50d8d9b20be7024539c100243 0.00 MB 2 0
61,075 61,075 0000000006d36d781052ccd26fe651c5ed90f25fe7afb37325e604bb01132d85 0.00 MB 2 0
61,074 61,074 000000000e64b55e67bb12aff2c0a9f87b40fe21cbd0421d5d80a171020c3a7f 0.00 MB 1 0
61,073 61,073 00000000063c1ddf655cc44de194a7ec58b3cd20a67d98c37accb751243637bf 0.00 MB 1 0
61,072 61,072 000000000236d6afffa9f6d9d05dd6ea7640a74fb3f51967f46038700dcf78e0 0.00 MB 1 0
61,071 61,071 000000000b776323e8edc390526ec7098e6ac26d4ee966e98ba5db0f4d0f70ad 0.00 MB 1 0
61,070 61,070 000000000e11ea413ec522ee4a905d9fb399416119bd17899e5c51ddf32163f6 0.00 MB 1 0
61,069 61,069 0000000007b59b5344d6e47b58a435cc7d1993b5798ba0f108c51f078fc406af 0.00 MB 1 0
61,068 61,068 000000000000177131355902f9a7a9d94d1f57aba9ef4430bb01123190325977 0.00 MB 1 0
61,067 61,067 0000000006afbab684b39bdce6e79bf03977708d70348c68a6fd9c80e439427a 0.00 MB 2 0
61,066 61,066 000000000eb3dde4adb50f5f26ad99a874fed1ce7ea4099bb631762670c2b9a5 0.00 MB 1 0
61,065 61,065 00000000079cdc34b6c078d2f6856e1d29e2741e51c48f369fd6bbbceea6af8b 0.00 MB 1 0
61,064 61,064 0000000006e9b80bda604ca13a781bea971387905b077799b846f969cdf99d95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,275.98 GB sent, 121.38 GB received

Notes

  • This page updates every 5 seconds.
  • 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.