Memory Pool Memory Pool Refreshing

5,036 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,968 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (685,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,039 222,039 00000000000003b6f637ef35eae341487be0b5fa1b6987502381d930896811f1 0.11 MB 133 109
222,038 222,038 0000000000000393577f69080ee8279680f734c235f3ea8a4acf0630a0badaf4 0.25 MB 640 231
222,037 222,037 000000000000036c4e3bdc5141d39206fd59a9afbc84dffa66ab830c24c20c79 0.05 MB 148 111
222,036 222,036 00000000000001d24bcf0e576a681c8be4e4bbb2af3447079b84c04ba5a7fb48 0.12 MB 150 107
222,035 222,035 00000000000001842506eeb2cc568984ada5e01f3aa77002544664d2d4b160fa 0.25 MB 664 609
222,034 222,034 0000000000000284443b9be2249b4364ee284649b0c4d6be722d5bacee9e122d 0.33 MB 592 165
222,033 222,033 00000000000000c73427886b8465b8d25df11116e2e632a4be41b070621ae1b0 0.25 MB 651 254
222,032 222,032 00000000000003a2f95897986facc216422aec9180246b4a64c7eba1ce4812ee 0.00 MB 12 302
222,031 222,031 000000000000001b6a6f47122e2976b3af45cacc7d3f87d45459a7bb39eb7f65 0.25 MB 666 241
222,030 222,030 000000000000023431d0e081a16b552a4c1e76298c83a132bd8b549ac74c7e4d 0.09 MB 210 214
222,029 222,029 000000000000033b1130bc01931973b94a38fa9d86ffe8a50fa08f39b1c6df02 0.19 MB 361 145
222,028 222,028 000000000000011e85d284fee7f6e07c02ab7cc0fbaf132a18e91af43efbd9c7 0.01 MB 21 148
222,027 222,027 00000000000001167ac71ed272cc9fd3dec8cd8aa03a49e6d549feb10cad268a 0.16 MB 439 204
222,026 222,026 00000000000003b2b6b776f049fee8e34bf4c3990a19e0dd7588f0dde92d6729 0.29 MB 702 234
222,025 222,025 000000000000015415b3e7746ada23ff9baf5deae37346f8cf2224bbd8e1c5f5 0.24 MB 423 98
222,024 222,024 00000000000003cbacf8541607938fab52a39f2f07cfcc6166633fb05d101451 0.02 MB 64 207
222,023 222,023 000000000000000b3b677e0f383fd501e2327b491fbdf1814d724fe0647d1d92 0.13 MB 104 114
222,022 222,022 0000000000000414c03faa6fe871f3631a98137b9d35c8415fe4f9f78b8dfc16 0.25 MB 638 195
222,021 222,021 00000000000001f63512a16df7da4a47a7b6b15de7b0ac2b405e392b7c6688dc 0.03 MB 50 133
222,020 222,020 000000000000037770b858f66d11ede084d1bd352ea84945f449ca21e8b9fd3b 0.25 MB 589 190
222,019 222,019 00000000000003064d4f9c7345631253077ca0807e4d03cd7875c58a1fe9a916 0.00 MB 9 14
Previous 10 blocks ↓
Total Size: 769.22 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: 1,634.69 GB sent, 94.05 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.