Memory Pool Memory Pool Refreshing

2,880 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,266 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (764,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,502 143,502 000000000000056c9b1f706d3556218234699e3eaa40c9fe6b62d0e35b303017 0.01 MB 19 228
143,501 143,501 00000000000007b79a3f447e7f2bdf314d5aedfc737ff6d546c9b6ca8a3df5fd 0.02 MB 46 136
143,500 143,500 00000000000001b97624f84f87dced4eafc0c372d75bdace6cd6fccfac3d8fa4 0.01 MB 39 211
143,499 143,499 00000000000000c76d3a2e773a80ba9e0f11e46d37ba361de77adce4c3091a5f 0.04 MB 66 107
143,498 143,498 0000000000000109326aeea3ffdd84626104267e879fe807298521164f9ef2e0 0.00 MB 3 996
143,497 143,497 0000000000000027a9ad6bb824564700584c0973d6f9f7126c478136ea6737b1 0.01 MB 21 74
143,496 143,496 000000000000026688ba0b2de12069f97b81ac55b27bd4511290918910c9841c 0.05 MB 152 46
143,495 143,495 00000000000004a596038b3424d1e0d4f878374b93f71a56812bdf4e0487526e 0.02 MB 45 119
143,494 143,494 00000000000001c20f214c507fc24a504861d41ad8950bf158d94783eb360345 0.03 MB 68 13
143,493 143,493 000000000000004835c8bb05f74438786a0be1452353f519acc5f95a0339ab00 0.08 MB 160 290
143,492 143,492 000000000000044d847d476813c0a2639df6b8a7dbd88b4c75afe39b0a8c93bf 0.03 MB 76 531
143,491 143,491 00000000000005f021980df98cef7ad38f92ab82f48b67d0d9cb149934c36663 0.00 MB 5 57
143,490 143,490 00000000000004bda372fc41d99906f59e0b37acd4e9b44edf7cc19ab203ad48 0.03 MB 67 83
143,489 143,489 00000000000009167b5e5e9bb7be7bcf36e8683c0a18743107db9c7cbcc92fb9 0.00 MB 9 1,638
143,488 143,488 000000000000054b4f2efa4d6763528a275f086aaae8afe3d05e2889092d0a2b 0.02 MB 47 133
143,487 143,487 000000000000068a9af736c086367a86abfd9b49272bcf3306f4c1d14c12c05a 0.03 MB 71 1,549
143,486 143,486 000000000000024c97b215ef973246bf4d0e026c9d5d4912c50f2b128c7a6910 0.01 MB 38 5
143,485 143,485 0000000000000778870d2f0fc5e51353bc11a2f12d62253ea4bc16f26a0f0992 0.05 MB 108 81
143,484 143,484 0000000000000606b9f1b82d29526b59024c9fe33a0760f932502e33b31149ae 0.05 MB 113 597
143,483 143,483 00000000000004b887e25482eea35ea8cdbf29508c830534f0621a9512b2c0a8 0.03 MB 49 128
143,482 143,482 00000000000004e39f7c16f6449d77b3d1b1ce98c9ca580dc803ea21d1b676ea 0.01 MB 37 184
Previous 10 blocks ↓
Total Size: 769.30 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.68 GB sent, 94.44 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.