Memory Pool Memory Pool Refreshing

310 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (858,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,429 50,429 000000001de5fc61d4c693d9c6ec81e02c52542bcaa0675b4e8a22f900665b2d 0.00 MB 1 0
50,428 50,428 0000000015bc3edb063f59fd4aa3dd1f9bb9312088f11162eaea8142a2cf2fd7 0.00 MB 1 0
50,427 50,427 00000000053cbc258ac7d905fd5927e0880e1656cbccdba19d91551018a0e0cd 0.00 MB 1 0
50,426 50,426 000000000a971c61ccfc95281857437b3676adf3b96859579c655aa03f00e09b 0.00 MB 1 0
50,425 50,425 0000000019ae22c81e0892c285807d7dad9db52c15d651da0c5c687098a9556b 0.00 MB 3 0
50,424 50,424 0000000014785f4546a82cbfbd4703b73d26f811da91cf8e5704c10816eff069 0.00 MB 4 0
50,423 50,423 000000001faaa136df3748d1d8517ced1328b58c0561de4a916c980ffc81e3fc 0.00 MB 1 0
50,422 50,422 00000000138dca2cc54c1093b4427489d2488846f43e13359fdc77b7d5da7869 0.00 MB 1 0
50,421 50,421 000000000d5e5cfe9ea7384b27ef93bf32c65b6831406d02633511cc0a1847f1 0.00 MB 1 0
50,420 50,420 000000001b83d01b53cdee8936980a34215865d108c2816e04b590744761cc80 0.00 MB 1 0
50,419 50,419 0000000010be5551e8270cd4396f208bbcc188ca987f3662eb54293ac7dd14e8 0.00 MB 1 0
50,418 50,418 0000000015781b662f134dcee4208f0968b42fb418315c7e2df041fb743fa376 0.00 MB 1 0
50,417 50,417 0000000003242cf5665d3c52a620cb09b38dbb05a15112a01739dbc347e95f41 0.00 MB 1 0
50,416 50,416 0000000010a5e892290b9f0de50c9584ecd33bebce91612236c3ea99b27c1257 0.00 MB 1 0
50,415 50,415 000000001cccc06870c6b57e504f6cc9fcbec206bbe38b5eef27d213fc07f74e 0.00 MB 1 0
50,414 50,414 0000000017ecb59f194b84b57ee30721cf00d4a366130307b4a3464def3adbc5 0.00 MB 1 0
50,413 50,413 0000000009bbd3aa45ce8cf4106b6132596aba8f6156c7dd11095b15466587ae 0.00 MB 6 0
50,412 50,412 0000000003f16597f11d0aa298d1b20c37554f023230b6039897490cdfa05398 0.00 MB 2 0
50,411 50,411 0000000013d71127789fad3b3db9be957e3f1862f8aef99fa6e8dafa81864024 0.00 MB 1 0
50,410 50,410 000000001fd9e83d587b57749a20a3152cf850c4319bcd86782685be72ef4102 0.00 MB 1 0
50,409 50,409 0000000008089a0079ca8d36c7a1a4ea2678a44f748b968c431623401c6c0965 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.