Memory Pool Memory Pool Refreshing

2,313 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,224 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,223 (302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,921 907,921 00000000000000000000ba357824bec46039ddf78182028f6e44a0aff813130b 1.73 MB 2,790 1
907,920 907,920 00000000000000000001b241a910a8f6f6e537049173f3de108f36e144bdd8be 1.55 MB 1,732 1
907,919 907,919 00000000000000000000ba798ba344e73421f1c7e06f69a62c924d5e19f1523b 1.62 MB 3,859 5
907,918 907,918 00000000000000000001d22d3cba6861cd2de2817a901555f3a089040b3a1ce4 1.85 MB 1,706 2
907,917 907,917 00000000000000000000190be3709a7a3d0c8624fd018812a0721ff979e8f299 1.58 MB 2,967 3
907,916 907,916 00000000000000000001d50e5ad8b1bc603728960145ddefc422d895e1e18a17 1.61 MB 3,275 3
907,915 907,915 0000000000000000000165706962bf9fab3203bd8e7253c9ff6e3b5ed2939903 1.64 MB 3,245 3
907,914 907,914 0000000000000000000082daf6ba61d98e32480d05574249422ac2c5dc33e81f 1.69 MB 2,618 2
907,913 907,913 000000000000000000003858e737809e1435076d42c10355e2342b28836c8faa 1.77 MB 4,741 1
907,912 907,912 000000000000000000021733250c1ed3b73ad849c66b96a91d464c6f74441c65 1.81 MB 4,573 0
907,911 907,911 00000000000000000001322cf20490a4fa0bc864d7e39b1aa8aa723e07ceb0a9 1.67 MB 2,962 2
907,910 907,910 00000000000000000001e0c2a69d693b60192086ef70206954d1061f4e7fa001 1.58 MB 3,297 4
907,909 907,909 000000000000000000014b795f0a746c392c1298f9fb758296da9048e8651693 0.79 MB 1,393 2
907,908 907,908 00000000000000000001801e21b3564ec734cca5c8df39319d01a9c5356d23f8 1.65 MB 3,393 2
907,907 907,907 000000000000000000015bd4ae2fc329bd36bb7bbab043aee814ab4560f6cbcb 1.58 MB 2,726 4
907,906 907,906 00000000000000000000f083e8b1745d9c07b2688b5716f29995c760c854ad7f 1.76 MB 3,864 1
907,905 907,905 00000000000000000000a05d9b735c3b81ff0e6151d3b393be91f1631e8ce4e5 1.77 MB 4,890 0
907,904 907,904 000000000000000000004e1127a280cba262fe4c64b65b34387203fc63007c55 1.89 MB 2,384 2
907,903 907,903 00000000000000000000b84c2e037de28477d013406f722d3531e0c734a4f337 1.79 MB 2,074 1
907,902 907,902 00000000000000000000a3d5525db2454566b0262457aff32dcdce74bbdac28a 1.45 MB 2,547 4
907,901 907,901 00000000000000000001b9f9c8d8eb8635c5c44f65c088c0387fc8ad398a2dfc 1.73 MB 3,224 2
Previous 10 blocks ↓
Total Size: 770.01 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,685.60 GB sent, 97.69 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.