Memory Pool Memory Pool Refreshing

11,792 transactions
4.89 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,007 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (465,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,051 442,051 000000000000000000f88d7cbc6081077e571decad2eed4718c0aac6176da081 1.00 MB 1,731 55
442,050 442,050 00000000000000000111ba8cd2305f6157d60496fd7dd2d981ab593c05c76878 1.00 MB 2,007 51
442,049 442,049 00000000000000000022b3947c264fa0f431ea3e39906965e07c3301ade54ff0 1.00 MB 2,456 81
442,048 442,048 0000000000000000022ce5729656c5a084806a521eeba4d2384c46220294a0d4 1.00 MB 1,988 75
442,047 442,047 00000000000000000387c088f1e3dc88b50bdbc12224f018b8ce532bd6eb8792 1.00 MB 2,787 78
442,046 442,046 000000000000000002b3855587d1a5953bcc5efaaf76b0c845bbfc58684b6851 1.00 MB 2,558 87
442,045 442,045 0000000000000000027d4a356137bef7c6db88da25fba463e110c3ccc0bfb991 1.00 MB 3,225 95
442,044 442,044 00000000000000000165b2c9dc7c9de28d6e48c20b9ed6a915a1931f5933c16b 1.00 MB 2,721 84
442,043 442,043 000000000000000002d533c6f833a8050af7b9b2dc3b0579b1175d7430929214 1.00 MB 1,598 104
442,042 442,042 00000000000000000259fe633dfbc74c76d4b79d1dfc7144523de493623b8e31 1.00 MB 1,290 57
442,041 442,041 0000000000000000023775af19ed8c93e840161e44ae18fa40b642dd07cda17c 1.00 MB 2,471 73
442,040 442,040 0000000000000000005316379c62ad4d86ccb138dd9df91f661d83b8fea22ee7 1.00 MB 2,666 84
442,039 442,039 000000000000000002edb63b5b1411c51257519895dcccbbdc74fd0a81ad4b8f 1.00 MB 2,953 83
442,038 442,038 000000000000000001199e9d0967322ad5739427e580514ba9dff0423938771d 1.00 MB 2,518 84
442,037 442,037 0000000000000000029240e1a89afcc94b7039e9309f00bdd20fcf60978185bd 1.00 MB 1,809 60
442,036 442,036 0000000000000000037ccc6827d88e21392ab0935684dd5181774a7fade74ceb 1.00 MB 1,661 45
442,035 442,035 0000000000000000020486d79e9450db1c312938fc2b6ad78eac1258728ccf26 1.00 MB 1,835 51
442,034 442,034 00000000000000000347968ed1f40fce65a38a7870df31a019028d81b90c755d 1.00 MB 2,442 78
442,033 442,033 000000000000000000bf88951b0bd245474265cc6a2a1b38ac8ef78c8612158a 0.00 MB 1 0
442,032 442,032 000000000000000000b6a5c60d2509768b29f4b49ceda2679bc6d33f99c8adba 1.00 MB 2,468 86
442,031 442,031 000000000000000003545884dc379674f0b9bc8383ed78f62f8fe24b04c1a086 1.00 MB 2,728 97
Previous 10 blocks ↓
Total Size: 769.03 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,625.13 GB sent, 93.02 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.