Memory Pool Memory Pool Refreshing

4,407 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,569 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (762,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,380 145,380 000000000000088645099293064260544e1b477ecfda2f653c042a29e99c6dcc 0.03 MB 79 63
145,379 145,379 00000000000005e911f43c86ec3dd3495252fc799c99336dda317dab8a4ff965 0.02 MB 46 195
145,378 145,378 00000000000002158ebe65b6fd83284aab5a996deaa62f85f60cc55f7ce29d77 0.05 MB 80 216
145,377 145,377 0000000000000049bcc03ba4fc05e0f323240c1e151cfdfa21c480ff0b9c60fe 0.03 MB 82 119
145,376 145,376 000000000000033cfc8f0cd881833a09bcf358963d61c89994dbb834d55fd27e 0.03 MB 96 116
145,375 145,375 00000000000005af9a5f5bb4751fd2f1a93da9f2b0642830a62fcc2c963879e1 0.01 MB 31 273
145,374 145,374 000000000000071b11b4dc460fa0078d72bf188aae604678387fb747186f3c09 0.02 MB 47 194
145,373 145,373 0000000000000334d68e48a6054aa253184242cc088ffcd68f06cee374f6c7fc 0.01 MB 35 243
145,372 145,372 00000000000003d9708e01e2cc1ce0ca93058dcbabfbdbc85fa2d96cde708d9f 0.04 MB 95 47
145,371 145,371 00000000000000b359f3a7068a07893b95e6d9119b93bcca8eeb857ec10b526d 0.00 MB 12 502
145,370 145,370 00000000000006ec8e43968a11f1137a00c1d38e442079833091051993a24564 0.03 MB 93 211
145,369 145,369 0000000000000626d1ae6c339cfda7811f78c1c7e9b1dd1b1e1c52a869ec6273 0.01 MB 47 327
145,368 145,368 000000000000063b995dec51121b6fd5ef9151e4e1ffee50affabbcac8bf88f2 0.04 MB 109 163
145,367 145,367 0000000000000385578a44de575b41d06928e8ace7b508c5a8f4c16b88d12103 0.01 MB 20 208
145,366 145,366 00000000000007148d4513f9874a8f799a76b1e44e79a4b73c6847d9e20caed8 0.05 MB 116 74
145,365 145,365 00000000000001b36815025f8edb27c9838892a6f2dd06ff7c5b982b80548dc3 0.00 MB 1 0
145,364 145,364 00000000000007211f6acb5b8bca8360c079afd1aef92e5fe44d21d4aaa87247 0.02 MB 66 5
145,363 145,363 0000000000000443dc3826c84d6c67cef56291ebbbd8ef293ddf4ae1e2d0ff5d 0.01 MB 20 67
145,362 145,362 0000000000000881a2388946424a3ee7797c31b2fbbbf45c0658109312e49b63 0.01 MB 29 247
145,361 145,361 0000000000000308240f5c488e0e054829230010820845397372d9394996b8ce 0.04 MB 68 76
145,360 145,360 0000000000000253da8d1c51bd825cfa5e2b6e312822b8aca345d52fc746fffa 0.00 MB 10 1,088
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.