Memory Pool Memory Pool Refreshing

4,448 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (744,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,574 163,574 0000000000000ca673db05f70b18feeecffd30cc793809283b1a049505e21af1 0.02 MB 29 122
163,573 163,573 0000000000000c0215327b25e6f2336bd76e2ecf9fc754c6efcc00eff0a3aaaa 0.05 MB 110 135
163,572 163,572 00000000000008ac719905b1f67336ed234c69e71c80336f6931c2500b7b0ac5 0.01 MB 15 325
163,571 163,571 0000000000000aaa703c5e138cc85f1d9c2c1f1d9f42bdb1b4610233d08bd1f5 0.02 MB 67 181
163,570 163,570 00000000000001b5a392cdbf5a4cde5351ae78894078a33c9d2820620eac5637 0.02 MB 13 71
163,569 163,569 0000000000000b8c167d05ec5c4ce1e9d13390c216f175ae14ff98c9ae2d23bd 0.00 MB 11 109
163,568 163,568 00000000000009eadd8eedcd99cba4c2c3496c897b39f30190fa332ff13b0fe7 0.00 MB 8 23
163,567 163,567 000000000000043d75e874eefa8f19589c67c1da0a041ac82708ef64d64dfd06 0.02 MB 69 277
163,566 163,566 0000000000000b10582c730a0d21e831bbd1968401ba9562f02e64a9efd09302 0.03 MB 66 85
163,565 163,565 0000000000000694873f2379e37e271b2a264c9a6a7ae1367cac3d286b3b7787 0.01 MB 22 1,960
163,564 163,564 0000000000000890631275442712d798519e640abac51b2ccbdf6da77aef29d6 0.01 MB 18 755
163,563 163,563 000000000000082b6f2173a3e18089e1a79f99c7278aa4dc3df2c7ebe90b5c34 0.05 MB 136 64
163,562 163,562 0000000000000972c2ba6ec65759113ebe3bc2712744d4c6a2ddd18ee4f466bb 0.00 MB 7 631
163,561 163,561 0000000000000485d92d555cf92f865f14579394818d9b4030ec24569632e74f 0.01 MB 23 402
163,560 163,560 00000000000001a51df53b3be24a725c942858774ca62a97c9734301bc4e6a4e 0.02 MB 44 279
163,559 163,559 000000000000054e5d4f73ec61684a14a85c218aab7076e2b1a1b76f900241d0 0.00 MB 15 270
163,558 163,558 00000000000007ae19273445d5068acc7f5222be4fdda9007a420f6bc45eb6cc 0.03 MB 88 15
163,557 163,557 00000000000008213aad7400f5ce97c6037b42fd236d522747797fecfe8fa7e0 0.01 MB 26 160
163,556 163,556 00000000000005083aaa7d163ec810977ffdba017679c0fb9cc54c2a66f6b83d 0.05 MB 108 232
163,555 163,555 000000000000063ee2ad6378ee95596ad01b9809e9493d5add34bec42e03c15c 0.01 MB 19 18
163,554 163,554 0000000000000240499544b9ce5f9b94f80a8f8af0e9788814d49af08c6fbab2 0.03 MB 70 228
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.