Memory Pool Memory Pool Refreshing

17,823 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (660,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,284 247,284 000000000000009d4e1c01932b7495a72ba538d69c1debebd0e7bb54f09a6542 0.14 MB 330 121
247,283 247,283 0000000000000087fee968ae479d48abbc50fda382ff1071aff53745d87be032 0.10 MB 265 132
247,282 247,282 00000000000000200bab44262b1cc9b5423636d40f4227b959674387b010e00e 0.04 MB 91 149
247,281 247,281 000000000000008c7f522c6ff5ab69887ff1e3f029a2f6ae7c8870439d4b680c 0.09 MB 204 78
247,280 247,280 000000000000001b3e11ac8996dcd11ae2f91df01ff209e9e34db9baf5a48415 0.14 MB 387 154
247,279 247,279 000000000000007f74a2a990302f500e444f7a07390436d504c3ce967168649a 0.08 MB 195 131
247,278 247,278 0000000000000076f0688439facf84ef1181dfc7e42940df5d60106180ec340b 0.07 MB 175 107
247,277 247,277 000000000000005ea45fcb299aaf6b2b480cb718ab11b8b6f4974697be43448a 0.22 MB 548 119
247,276 247,276 000000000000009e5683e3daa99c1b996f576e18b8ced95f84ce728aa535491b 0.08 MB 167 100
247,275 247,275 0000000000000090bf3abdc321f0636f2fe485d2f791247b463432cce272196a 0.19 MB 418 5,468
247,274 247,274 0000000000000081aa646b20741efc24ebed514f97083a212f37360ad90e03d2 0.14 MB 309 120
247,273 247,273 00000000000000889c4ff429ac342541fa9fbc8a05888c2b11b341c0c17eee11 0.02 MB 47 128
247,272 247,272 0000000000000026a26d1ff45a72236f12de3ad5ff703aebec322f52ac8ed9dd 0.02 MB 37 107
247,271 247,271 000000000000003062a74985865bc2bdd97ce66d1c4c1c0d1e3ddcf2ca25f754 0.11 MB 217 115
247,270 247,270 0000000000000070b86f161622cf504f014cfb3dda166248071f13aa409efb7b 0.01 MB 32 130
247,269 247,269 00000000000000893c23560414aab5d457e1bce3baa5e05abb1b07b550b228e8 0.04 MB 96 153
247,268 247,268 0000000000000089201bd829ac56c110ada6360606c3eafedc69ca28a9d95275 0.03 MB 57 109
247,267 247,267 000000000000003d7a04481da34fac62026d1ffd9fc250267ed234314d4f6c39 0.01 MB 16 158
247,266 247,266 0000000000000093264a22fc0f6cb2ee4667cb568161c3f777aee92d3a311219 0.07 MB 42 34
247,265 247,265 000000000000004b3a793712316f282e0c655d3604150d6ffee4db7fc52702c4 0.12 MB 227 122
247,264 247,264 0000000000000062985d8efe2950e9c9e467ae2c880e708e32349397315645d0 0.08 MB 181 136
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.