Memory Pool Memory Pool Refreshing

938 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 916 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (792,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,057 115,057 000000000000e9880e43b1e1099263211300f47c13c5faf3656e1824ca1e2f91 0.00 MB 12 312
115,056 115,056 0000000000007c3172edac6eddd47b00cd710d4af1b1ac21011264a47edc6ca9 0.00 MB 16 1,547
115,055 115,055 00000000000083e9f8f1c27c15e7e416a7b1fe361a690404ad6dd00029fd8d65 0.01 MB 17 1,260
115,054 115,054 00000000000000be66b5cb679cb37ec25e5165af0755e91cb2a45a110d91d131 0.00 MB 1 0
115,053 115,053 00000000000052b242e51f8b053a513b5a3ab27eb04c90af2091b00b3bb8e862 0.00 MB 19 1,438
115,052 115,052 00000000000039ae91c05d6dc43735879c7866a8a441f515ccfe86bff18ef623 0.00 MB 13 509
115,051 115,051 0000000000007e17c44497e5ce79e34caa1d75a998e585842efb3798dea20e60 0.00 MB 3 3,883
115,050 115,050 000000000000819fed4e9c2890718e0cc8baacadec3ec505a024c788e7f86912 0.00 MB 3 4,434
115,049 115,049 000000000000bcaca5251dc5bded08304a0bd79facfb7d8e663555345edb80fe 0.00 MB 13 315
115,048 115,048 0000000000000dd46029bb877c913615898708e22652a5959caaba2a49291c52 0.00 MB 12 335
115,047 115,047 000000000000c1d0f1eeafd05efab0370b727dba0ae2d9eb7dc6f00752ee56c1 0.00 MB 10 328
115,046 115,046 00000000000069db22300b58f2d003c558e8fc6c034fe984aa2bb157f3dbd2e2 0.00 MB 9 0
115,045 115,045 00000000000078790db250d62b345363ea37f9d499f6ae5aca0dce2c3a5dfd7c 0.00 MB 2 1,290
115,044 115,044 0000000000001ce39ee434289d36642a9fc2347a8e3f0b7f5a1f173403f814e9 0.01 MB 21 1,040
115,043 115,043 000000000000686b4dd4883708d17305c52b13258a5e620fb2a2842c6e907839 0.00 MB 11 352
115,042 115,042 00000000000057920ac09313fd4c728444c44740467a526eebc52228ee1b844f 0.00 MB 12 957
115,041 115,041 0000000000006c46b3b152082ab915481967b2c7298c03c6deb22e0b1437aeb2 0.01 MB 15 163
115,040 115,040 000000000000229055db73ad1dff4b47b1ae8f4eea9511db0a9bf4dc6d97042b 0.00 MB 3 2,877
115,039 115,039 00000000000082ff2dc7f6e448fb1cddf513d82817f3b08c6d62a06c7f69572c 0.00 MB 12 1,122
115,038 115,038 0000000000000099c81674487c848a49ab392ed83f9c0bec3ad74d524835ca61 0.01 MB 18 760
115,037 115,037 000000000000cd458bd12b0d7ba5cf3585352df83a7a3384608d6fda88ebaa8b 0.00 MB 12 3,874
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.