Memory Pool Memory Pool Refreshing

3,707 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (757,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,910 149,910 000000000000024a2186329f739c6ab5abf0cc3488acd442284dece52069f33e 0.02 MB 30 250
149,909 149,909 000000000000050b1612aa215110566c68b3a3f95e4fc7f404f184b42a260182 0.03 MB 48 249
149,908 149,908 0000000000000b5c6072b3415cf2605b073175c9f90b677cd127b43b33999d67 0.01 MB 19 77
149,907 149,907 00000000000009a2a0d55e572c3d61e70b59e89d610848539ad71ead3aa74156 0.00 MB 14 44
149,906 149,906 00000000000003a991253c6ef180ee9868d28b580e010998e8d1c6da4ace25ab 0.01 MB 14 53
149,905 149,905 00000000000009a113defc6877ab791bc55f93a0837f8b52f4c4fd04e2df92fa 0.02 MB 57 392
149,904 149,904 00000000000000cd12bdf751f064b826ab6523f16c292bd16d7f4a71994a2646 0.03 MB 94 20
149,903 149,903 000000000000061db299c667caef9ed409bc7c0871d55988bfd5f872b9d66050 0.00 MB 8 363
149,902 149,902 0000000000000a7c5de4c8843df678b5f8f13fb9fb47ac6f33a7ecd01804b040 0.01 MB 15 127
149,901 149,901 0000000000000a6fbd3a54fe92acc2f9cc05a5baae5617609afa163982ce1b49 0.02 MB 52 81
149,900 149,900 000000000000075020ca7abce46cc1d3425b7800b88c14b4503777750eb8450b 0.00 MB 12 0
149,899 149,899 0000000000000418974f9d74220a6aecbf10d0d5c04e289fcb75e40b42272bd0 0.02 MB 43 143
149,898 149,898 0000000000000adf9ce6f32830e429bfa4eb9463bfb519caf57fbc16d56ff189 0.00 MB 6 129
149,897 149,897 00000000000004d62ff9f4af04b01d6043c1af4f7daeef2b05452fbff535e187 0.02 MB 28 92
149,896 149,896 000000000000096c5f24a1c4a9ae25d9788c6861be7514f01184fe0513bf4484 0.01 MB 29 64
149,895 149,895 00000000000009b7da59908141bc7e4716497200cb2d7bdaa5c93d0c9c642eb1 0.04 MB 81 120
149,894 149,894 00000000000005bde7ee91c711673551071e004c6bf9d842334ebbf6dececcd8 0.00 MB 8 433
149,893 149,893 00000000000007383fc40d89469ad64b2e69eae948cab83231bc931334eca75d 0.00 MB 1 0
149,892 149,892 000000000000035de7b5158c084f67b2e3d5c7f3996832c81d206b9968ae41d9 0.00 MB 8 33
149,891 149,891 00000000000000c8c41c65f9a99cf651f6601f841c3c9f5005f373679bdce103 0.05 MB 149 26
149,890 149,890 00000000000004ec5c8be833ebb1d9f7e35fb064f9401b49bc96b9992a7e328c 0.06 MB 144 205
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.