Memory Pool Memory Pool Refreshing

10,973 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 21/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 ago 1.00 vMB 4,035 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (396,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,827 510,827 00000000000000000036ace8d67e9d037683603b77136d1148b66c7904bff0f6 1.03 MB 975 28
510,826 510,826 000000000000000000547c4523ed64757593f65380e8148d8c0387fb6588daa5 1.01 MB 341 13
510,825 510,825 0000000000000000000249499d024bcea857f2f2d5a3be97fc7ec9ac87c170f5 1.02 MB 508 14
510,824 510,824 0000000000000000001c16a801903e9484a9bc109d5e463d03f113daebed19cb 1.01 MB 461 11
510,823 510,823 00000000000000000037ba70adcdedde3dbe26f054166ae1e1bea6631731eb27 1.04 MB 681 18
510,822 510,822 000000000000000000338a674d9ab1f0e5c16b95b57f51682e3a945ce0be44bd 1.05 MB 1,196 38
510,821 510,821 000000000000000000080c2df6575ac8e4f4a07fe7507f9cfd70a5d03223ffa1 1.01 MB 512 9
510,820 510,820 0000000000000000005244dfbeb6be0d7ceee24c0761a079c48ac07ffb5b2b49 1.00 MB 239 4
510,819 510,819 000000000000000000467c3cf47d09817bfa78fb31c9e9bbb75e19015110b630 1.01 MB 407 9
510,818 510,818 0000000000000000005d23ae8bcea80a5e3d954d6b04db77a9fe78f3af3be621 1.00 MB 162 3
510,817 510,817 0000000000000000002989ae07ef80fddb7dc771b1a1f259bf40760a49a8c511 1.07 MB 1,711 48
510,816 510,816 00000000000000000020b307fa6de4b5aa94ab55bed950928f09997eba7d2c1d 1.00 MB 189 4
510,815 510,815 00000000000000000041ff82c737636b871d68f2c7aee9827a12dfacf4695e52 1.03 MB 483 11
510,814 510,814 000000000000000000322c9a722535b5f12159559f5f18d194f70e2361973f1f 1.03 MB 968 21
510,813 510,813 00000000000000000000c21271cb3aec68851bc03084af1d7ebeccd55159cbd9 1.02 MB 653 11
510,812 510,812 000000000000000000503d4dec2158d4280bb5af2b17516a88db09a199ae6f64 0.35 MB 895 77
510,811 510,811 000000000000000000596aab325b604174bd5e3d3767295ffa90c9c74fcfb543 1.05 MB 1,047 28
510,810 510,810 00000000000000000005dabf98ec37de8f92b9a1ee1560420465c98317c34193 0.17 MB 327 60
510,809 510,809 0000000000000000001e7205d758ba8d95e55c00a7eb3d61e9f280251d257e52 1.04 MB 955 22
510,808 510,808 0000000000000000000e7a82c615df6f8c7c30de6cb730097cfe952787d038bd 1.01 MB 329 6
510,807 510,807 0000000000000000002ac52f346cc2328eaf6072ea8027565035130b9eca10bf 1.01 MB 216 4
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.81 GB sent, 93.08 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.