Memory Pool Memory Pool Refreshing

8,284 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (596,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,896 310,896 000000000000000022df4c50865b8b2abdda486c15e7531beb144ad1cbea3565 0.43 MB 542 21
310,895 310,895 000000000000000027d72f4179021c82ce4d9d58c8f88139c6f3ac432f948703 0.18 MB 512 40
310,894 310,894 00000000000000003201bf7f5a39e191b729b641a123ea8c3bfabeb8c236de1e 0.16 MB 285 27
310,893 310,893 00000000000000000dcab32f506ec2e1d036288fc9a26b05b215b4ca6a4c2b4e 0.31 MB 589 32
310,892 310,892 000000000000000033d2520f998c56801abf9645576665e34e056906719ad6d8 0.25 MB 510 33
310,891 310,891 0000000000000000334ecf80c0594893a6b7a6d789ad0c94f64c774d283c448d 0.20 MB 438 31
310,890 310,890 000000000000000000a095fab78d6bd86662c03e8c71c32537011f0582d92044 0.35 MB 514 27
310,889 310,889 00000000000000000ca00d3e520aebfb2f814cfbb38a2f3bdcdd2271ab3e1016 0.08 MB 157 36
310,888 310,888 00000000000000000f4c315eb8f63af9421635284166081945a7cb0b2071ecb5 0.26 MB 500 36
310,887 310,887 0000000000000000116f6b475d1fdff515687c713233f94d93dbe0b448df2a11 0.10 MB 172 35
310,886 310,886 00000000000000002872ee72c8b00eca26cee9dfab2ea3f6f0ce522d908262ec 0.64 MB 806 36
310,885 310,885 00000000000000001c0714923915935a5e4497bf8e9734ebecfaec7e6d2390e4 0.35 MB 968 49
310,884 310,884 00000000000000001e478db361710c23bfeaeaf412824cd95a2d04db03794170 0.62 MB 1,177 29
310,883 310,883 000000000000000007f50b08148212c8ad83434a01e393ef3a5ce63443ced37b 0.42 MB 815 29
310,882 310,882 000000000000000008196e76e328c3caffe37951fa6ecd6a8e2106e2a4a5073d 0.10 MB 182 29
310,881 310,881 0000000000000000102badb8c120785482910233da9bc06c99dc1352c2a49d5e 0.05 MB 86 28
310,880 310,880 0000000000000000194fc38ef98909c315cdf7eb2406d6c80057314c7b3f4fa7 0.27 MB 551 26
310,879 310,879 000000000000000020adb9be5a4651690e5f421e624e6556c3458a361001c98e 0.21 MB 212 22
310,878 310,878 00000000000000002949b751c769aaff47428eabc80b67dfe2b469cbb834d9cd 0.50 MB 1,226 40
310,877 310,877 0000000000000000124a548ff1f9490400ab2e9a1ec721dbaccfb6114324c9a3 0.55 MB 1,003 33
310,876 310,876 000000000000000019200601263d24f8bd9156e5c474fee83ee77870dcdd3bdd 0.47 MB 801 31
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.