Memory Pool Memory Pool Refreshing

1,610 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,603 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (734,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,309 173,309 000000000000069b3965f498a4bd7df2d1d2733465446a00877b4170def47889 0.04 MB 52 57
173,308 173,308 0000000000000a55ba354e54696824298afa6a5f57d4f36b76d946ceb9aaa0a4 0.05 MB 133 27
173,307 173,307 000000000000021ba926e5f52220254c78ab28f1c0485a48cae5f544d2223ae8 0.05 MB 145 79
173,306 173,306 0000000000000188eb85e18921df4cc7bfb8ac8d1fc21bb73b1e457da2e196c3 0.00 MB 17 884
173,305 173,305 000000000000032b05b02a882682b99d0947b473968405b1ca94b0cf543c7fc4 0.00 MB 1 0
173,304 173,304 000000000000081514b7731f85d53fe6cb0127bfc0fd4f08e706a0023b41bb8b 0.01 MB 11 29
173,303 173,303 00000000000008c2eb6038e99f8c5caf528689183acfc57ae5213c4a3ee275e9 0.01 MB 21 34
173,302 173,302 00000000000002fc9aa17bdfb836155864bb16167546b776a87c1f4182bbbb62 0.02 MB 71 39
173,301 173,301 00000000000008030ef62b195eea293cdb36089586cd4530b42346d1cf736586 0.05 MB 105 131
173,300 173,300 00000000000006f20e76d94c1a79648d5ae5d089ae3b06f8c61a81da7bb6334d 0.00 MB 1 0
173,299 173,299 0000000000000473516a09501f5cebf0978b85f081843bc5f57eb68c4ac20a04 0.01 MB 18 6
173,298 173,298 000000000000036fa302e6c3ae6f2bb1149205dcac2dbfb6b3f91ec4a7521655 0.01 MB 21 253
173,297 173,297 00000000000007e19c582b4fcc4b3af3bfd11d31ace034839670abb332dcc457 0.02 MB 47 81
173,296 173,296 00000000000002b89351727101b722d7a2db132e7cace7cc909dc5fdde0682a5 0.00 MB 1 0
173,295 173,295 00000000000005346450d05a4c63141e160ad2e0feee7afd12b7c79f614b44fd 0.04 MB 96 47
173,294 173,294 00000000000009bb405fed9e98cd66333d8d5909dd58ab280c42a876d08a7632 0.01 MB 12 588
173,293 173,293 000000000000061ca0f52279f18ab9c0ae43ec685354387296f9c7347cf576cd 0.03 MB 44 42
173,292 173,292 0000000000000358de1d5b91087856763c6c5ca39b3dc0921a5eb20896435079 0.02 MB 84 4
173,291 173,291 00000000000002c44d69ab3cd143ceaef3b1caeffc4aa194dd33cb1b067ed026 0.02 MB 37 75
173,290 173,290 000000000000017d6b2e2e8e6c20aafb32cd73dac38e49f52be084bb9cbce2f0 0.05 MB 76 256
173,289 173,289 000000000000040f2ca01c391647c6d15d0fd9ead835389ffe7cbd1cad54e6f0 0.03 MB 26 6
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.70 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.