Memory Pool Memory Pool Refreshing

1,418 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,418 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (414,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,873 492,873 0000000000000000005943388d14d7a8a9f60569034128326b88de37131d3fb1 1.06 MB 2,051 65
492,872 492,872 00000000000000000004ef18592382339fbc4b47e3587df9ea98ab54efd73588 1.08 MB 2,393 235
492,871 492,871 00000000000000000041ea17b4104ff5c6497af5412b949602aae075542c92d0 1.02 MB 2,341 37
492,870 492,870 0000000000000000006183cd5374076a2194f68437f4d3b7c14a885a962a60b5 1.02 MB 2,580 61
492,869 492,869 0000000000000000002f272aee82d9e5ce6ac2dd0a7444ed53586a55f49fa070 1.07 MB 2,427 118
492,868 492,868 0000000000000000003af34f7a26c7d4cdd9c7aed489dabc2be0bdbf0244f504 1.05 MB 2,600 249
492,867 492,867 000000000000000000b2ff1d50548fc55c5dfaa3e8a6afd76d47563d28b845d5 1.00 MB 1,674 84
492,866 492,866 0000000000000000009b7ece98e23ceac0e3a29c1f6c0ad64b1cd663bd365f38 1.14 MB 2,785 201
492,865 492,865 00000000000000000086bbb1b2c4147b96301b4cc2cbcb814792cbc8f4898165 1.11 MB 2,695 233
492,864 492,864 0000000000000000006ecdb5273a58de9efded1482b4d34bd6601b50d6c24a30 1.00 MB 3,237 275
492,863 492,863 0000000000000000000e251646d5d6037207be88d9e93f84f0d01e123e056a8b 1.06 MB 2,530 120
492,862 492,862 0000000000000000001552b9955c2795965d9497f7d14265970158a124b0d454 1.00 MB 2,586 237
492,861 492,861 000000000000000000bc1e54588794ab2a261e2c3ec8a63573695f792376a45e 1.07 MB 2,592 220
492,860 492,860 0000000000000000002f7418944e9c59e680c6890f19ee1f3c2928b8faeb114e 1.05 MB 2,873 268
492,859 492,859 00000000000000000087efa65991347fb23c9dfdaa240bdbcb8e010550d3d831 1.04 MB 1,901 90
492,858 492,858 00000000000000000049db852182517f2c1d6e1d624903fe26b3a8865e1994f5 1.03 MB 2,205 90
492,857 492,857 000000000000000000bae7c162e1ba9c5dc3a5bcbc65e9aac3e578cd1356beea 1.00 MB 2,467 113
492,856 492,856 00000000000000000014581f3750503ca014f452c3f0c7b64437f6211c42aa4f 1.05 MB 2,550 175
492,855 492,855 0000000000000000000fc0a73ef31d5ed943df41022993e1ba6c4a90de6b0063 1.02 MB 1,934 156
492,854 492,854 00000000000000000013cb31fb674463a547e1ad5ae969525178cc24ed5a76e6 1.04 MB 2,147 168
492,853 492,853 000000000000000000a4a0f509b407fa29fab3a8338a8f8cf728124aade51753 1.09 MB 2,921 183
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.30 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.