Memory Pool Memory Pool Refreshing

8,504 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,253 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (582,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,844 324,844 00000000000000000c70128c63c8082cc70c11c8974e569c40cc715f57246c45 0.60 MB 1,193 32
324,843 324,843 00000000000000001ef78fb3eff9ccb93c1412dde88243e241acc4c0e41a39a9 0.06 MB 173 32
324,842 324,842 00000000000000001b3412e52061a37df1d9b817fae9686936abc3fd88b08892 0.19 MB 391 28
324,841 324,841 00000000000000001e284b761a89de8200b267d433533099eb1dc101c455e329 0.10 MB 132 13
324,840 324,840 000000000000000002fb0ea437de41924b266c6cc6de9c324f1a12cb0e708e83 0.29 MB 512 31
324,839 324,839 000000000000000000fea94c0f35b4e1c87ddc72c2bc48203f4a54d951efca3a 0.24 MB 419 28
324,838 324,838 00000000000000000b63ceae025d8b776262d2e03f9f05d26475d9eeebcbaa4c 0.13 MB 172 18
324,837 324,837 00000000000000000d09ff92445deb457fde8ec7b6e64bbbe158943d0c816ab4 0.13 MB 297 26
324,836 324,836 00000000000000000ff9161583f6489a7f34ab425280f77471d20d2ba011e431 0.30 MB 557 28
324,835 324,835 00000000000000001b5e8e11ea76edcfcfe7bccad4ba1ab0e835296147448045 0.01 MB 32 47
324,834 324,834 000000000000000007971979975092c71a949664e235420ee15a4e6bebb48991 0.05 MB 94 21
324,833 324,833 00000000000000001b1e645b0942f02ed7c6bbee1441b2f4907fc394a62aac17 0.43 MB 725 26
324,832 324,832 000000000000000017508cb7c766253402210eac3736fdbae59061810caee307 0.96 MB 1,545 26
324,831 324,831 000000000000000012ac6154d16d6868072db51863b6ac1271aeaa24fe914d00 0.20 MB 57 3
324,830 324,830 00000000000000001c6f713ba9b9958bcea14856ffb73c75b501fa56c24216dc 0.47 MB 915 27
324,829 324,829 00000000000000000fd04fb96952f5c7a7e16c4ffaae4ab2641281b048fee803 0.03 MB 64 40
324,828 324,828 000000000000000003c40a3efd545b68d898a05d2ea788abd51d649f10d13db8 0.32 MB 446 23
324,827 324,827 0000000000000000015fa7bcf87f4585177dff2ddb61dd4ce9f5bbdab3edbf6b 0.12 MB 90 15
324,826 324,826 00000000000000001384f9b0508053149b3ddd3817961f4ee69ae0385abcdf6d 0.21 MB 512 33
324,825 324,825 00000000000000000499374102428fe8424817964f06f72b59f24677e948b429 0.26 MB 306 20
324,824 324,824 000000000000000015cc9de3c40ca45308266eb581566998e71a7f5f25874064 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.