Memory Pool Memory Pool Refreshing

1,810 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (441,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,161 466,161 0000000000000000002036b6ed3ace236975f667bd2789447e5c81df683a0e1a 1.00 MB 1,789 167
466,160 466,160 000000000000000001825fca18cfb03734c112ba56c96409d33697ba6979399e 1.00 MB 3,424 180
466,159 466,159 000000000000000001bf69fa9b273d66c3f5e415875c07dc161f34c31fe1cea2 1.00 MB 2,929 204
466,158 466,158 0000000000000000014cd9390cdacbd5b19b61d2f5ee76fcc78b99fd27ee01f8 1.00 MB 1,886 170
466,157 466,157 000000000000000001455c7b5f9e37357bbf026c5d4ec36bfee1be5e4deaa512 1.00 MB 2,433 205
466,156 466,156 000000000000000000b41d4698759a595b19aef8eee2e7645d9913d50a1b654d 1.00 MB 2,029 230
466,155 466,155 0000000000000000009a807bfe80ac900823997597341d6a713bdf9946f49f26 1.00 MB 2,091 205
466,154 466,154 0000000000000000011efcc41a98e26b52029432348f1dbbcf0a0f25f9264413 1.00 MB 2,453 215
466,153 466,153 00000000000000000036a6b133f696beb20c913d934bcda7b3e6fd2cf9636171 1.00 MB 2,727 244
466,152 466,152 000000000000000001d6780789520fd2611f4c5a8c029031ae2355f3a198d384 1.00 MB 1,744 196
466,151 466,151 00000000000000000168074f2139c832622a8cffa428a764a0a6308022a97bf0 1.00 MB 2,624 291
466,150 466,150 000000000000000001cfb77a1a792497664d8ed12058f52c55214abad07e1724 1.00 MB 3,189 122
466,149 466,149 000000000000000000b43c30612a3368310824e2101e79ad8498a8e6bf41d4fc 1.00 MB 2,546 133
466,148 466,148 000000000000000001c32dfc44d66d4cd9dea5ae23a632d2b115b729de3637ef 1.00 MB 2,295 134
466,147 466,147 0000000000000000011e1f65ee49928e124358187ec5ee2a037dcc48cbe9198f 1.00 MB 2,149 143
466,146 466,146 00000000000000000011c81d02df2d7ea8d9404c9a3fdaffcc9885fce0d202c0 1.00 MB 3,567 148
466,145 466,145 000000000000000000866fd5663706ab1e4c64eebccd1aa33692929f7556eb3d 1.00 MB 2,042 175
466,144 466,144 0000000000000000006743faeb54fc52f539d2a342d670f68a66de3f27d51be6 1.00 MB 1,936 164
466,143 466,143 000000000000000001ea50550a67522ef5ffe45a9763675546f602c10145d4c5 1.00 MB 2,248 132
466,142 466,142 0000000000000000009e59faa2a9ae8cfceb6a432305fb25139bebe56437960b 1.00 MB 2,142 220
466,141 466,141 000000000000000001cb169b0b6f223b2e1590e782f0af63ced6768881c81744 1.00 MB 1,892 134
Previous 10 blocks ↓
Total Size: 769.28 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,635.54 GB sent, 94.32 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.