Memory Pool Memory Pool Refreshing

5,364 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (753,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,828 153,828 0000000000000a0c06a4283910205986946ea70938918ea5d4772c409b982f04 0.01 MB 18 194
153,827 153,827 000000000000086e6bc488ca348fb5c0c20576ab6a15932a43e1eeda2d8ed058 0.01 MB 26 276
153,826 153,826 0000000000000c431c10695354e06afeefecf87fdb5393c99b7404c6944eccc9 0.02 MB 47 231
153,825 153,825 0000000000000b43eb4f0b89d399ea62f657cb149731916c4acfa9f5d8cdbf91 0.00 MB 17 0
153,824 153,824 00000000000008693ac4a8c32c5f52fe0176f838025c4bbdda1161550d667b24 0.03 MB 81 35
153,823 153,823 0000000000000d1294ef34728f7b11bf0c36cdb6215891d361dd99443cd761e4 0.01 MB 15 71
153,822 153,822 0000000000000bb4ba552836f1342b2eb1efc1a3fc916a83af7ef006a309f4ed 0.01 MB 22 55
153,821 153,821 00000000000000a2100187a8bd4e19ede6df4dd188d9cd72d208e9f283e38e45 0.01 MB 33 38
153,820 153,820 00000000000006d609b2e9978000b7b9c094fadcf3839b820c01cf0f715c701e 0.02 MB 71 6
153,819 153,819 000000000000023f00dac4f3c6d9733a0e95456daf3647bdde4187fefb0997fb 0.00 MB 11 365
153,818 153,818 0000000000000940070386d896c8234be856fd80e02bea48a37dd27dc916f05b 0.02 MB 45 78
153,817 153,817 0000000000000afa1cba6d132ef1dc48813969451a7722da3c8f0112413409bb 0.01 MB 13 43
153,816 153,816 000000000000081cb74f424d6bc733c7b7f7ef0272a28f05846f359dcabc65a7 0.01 MB 29 250
153,815 153,815 00000000000001cb6f46fd456e5d12dbb865960e60752d6e17feb3da6aa31868 0.01 MB 11 47
153,814 153,814 0000000000000dc373f57ea1d08ca0a023199c1e6eb03004335a20e26a2ac937 0.01 MB 15 42
153,813 153,813 000000000000046072e3ed8043b93a287d1d2343da63c7c65de20e7e53f1acb7 0.02 MB 43 21
153,812 153,812 00000000000001574d890c7f84e96f6f5d1cfb78ed66f4046f43db0d87617c3c 0.03 MB 13 87
153,811 153,811 000000000000062b0c23b9cbcc0ee8e3402b499690d077861d878098825cc6ef 0.02 MB 34 1,289
153,810 153,810 000000000000069c01d7426e7a30e656f452081c9bdf31d13538b114387d0b0b 0.01 MB 12 38
153,809 153,809 0000000000000baf4c9c295261a7f6f7fbe3f32a82c3f4f11c17c04f92dca4ef 0.02 MB 76 0
153,808 153,808 0000000000000387abbc9fee72a94b57035d85f6a7b7f78f04e9235d6ebc4fc7 0.01 MB 32 250
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.