Memory Pool Memory Pool Refreshing

19,468 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,430 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (718,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,504 189,504 00000000000003de835c2a316443333d9fb1eb08ca22868f79b7960aef6512fd 0.07 MB 128 135
189,503 189,503 00000000000009920770f2d40b5b6a8aba33d969b855c91b0f56e3db9c27e41a 0.09 MB 173 92
189,502 189,502 000000000000023093e45ae5422b2f8b0160ce6c3b2e20a22586e60d99fb54bd 0.01 MB 39 85
189,501 189,501 000000000000061b88b57e532523c62f948cf16bd4bd0d98700e0dd03a9a6487 0.10 MB 159 89
189,500 189,500 00000000000008a9b61e18c2694b425635c146c7603c2219aa8c434c2ff0f7c8 0.25 MB 586 125
189,499 189,499 000000000000031b82887e27666a2cbb936e2d3fc0108ea8569c704fd74f0f03 0.01 MB 32 0
189,498 189,498 00000000000003a7b87b4d43d14aa45a4848e7b7fbd3b239909d1a0f7e487274 0.26 MB 512 103
189,497 189,497 000000000000081f2492fd5f92f6e0e74b67c187e7d212f9b63c1acd5605f005 0.05 MB 165 129
189,496 189,496 0000000000000283b37de995eebcaec2d4efb1939900a747aa12fc024ca3fdbb 0.25 MB 536 112
189,495 189,495 00000000000003bb23b5eb3e5210e357d449615e428641b1a52ead5cda31a917 0.03 MB 108 78
189,494 189,494 000000000000087ff22755cee0f117f29d696ca75dfba8fc6961b24fff0b7776 0.05 MB 126 9
189,493 189,493 00000000000003fe24580ef3d7e35928486c6b11dd52d8e945470c6fc3553792 0.08 MB 216 175
189,492 189,492 000000000000009484c00eebe707b702b32c93cfc77ffcfbb94e2078ef808f5e 0.05 MB 143 7
189,491 189,491 00000000000002eec850379488b2afe8fcc9e9118f9e728838ab13c9f55e6257 0.25 MB 470 121
189,490 189,490 0000000000000421ffeaf0d729d944f3e53d4b4de98374ef23547f401d9b7f72 0.20 MB 354 98
189,489 189,489 00000000000000d8f897dfd10111f210a71761ba7a31ae70e821045ea3f201bc 0.00 MB 8 350
189,488 189,488 0000000000000432ac341465616c087ee5a0103026e4329213221776a54a1219 0.05 MB 150 57
189,487 189,487 000000000000009d1729ac00784123b3264e4c31dbecb49cc69d7d0d9e6e1a2b 0.16 MB 490 156
189,486 189,486 00000000000002927f637459a82f3da5cf7bf2a27d83ce84388769a4e1fc06a0 0.05 MB 159 61
189,485 189,485 000000000000074a9b50b40f0bd737811b1d89ce49f1bc6f2c0d68a6a2e7dc6f 0.42 MB 956 124
189,484 189,484 000000000000055ac2166f529c9280a4d12dcdd1f95c36e322aea9d45af1ce03 0.00 MB 11 18
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.48 GB sent, 93.00 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.