Memory Pool Memory Pool Refreshing

19,888 transactions
6.38 vMB
Show Random Selection Loading Transactions
Max Size: 38/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,733 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (497,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,067 410,067 00000000000000000491c05084a8e68879b56878f9491278835c04a384f27d92 0.99 MB 906 24
410,066 410,066 0000000000000000011687ce84a22eb332fa73601a4aee2f47ae8f35c118273a 0.22 MB 548 39
410,065 410,065 00000000000000000281cddd5eb3e8f7acb08887e6617a91e0647040901967fd 1.00 MB 2,236 35
410,064 410,064 00000000000000000441a2cb6bdc0f9ea4c8de8b35117dbab2601279841ed209 1.00 MB 2,548 43
410,063 410,063 000000000000000000da09c8851fbf83ec73f2ce8495a7663d02e4700e84a3ef 0.28 MB 266 16
410,062 410,062 000000000000000005f0d6de87229ccdb335157f77b75af3653d3a2609d8fb8a 0.45 MB 725 34
410,061 410,061 000000000000000002675ce15b8ddc4a1afce49a9d66f9c8d2667c3b17edb455 1.00 MB 2,736 52
410,060 410,060 000000000000000002f29aaef5d1d63a70b98051620428ac696c93724d471b88 0.35 MB 123 10
410,059 410,059 000000000000000001d049c5b67b891aec74d1dac73cf0dd6f4371866f1c9231 1.00 MB 723 17
410,058 410,058 000000000000000005b572faf31b7262d48433e99e79aeafd59143769b032348 1.00 MB 1,066 20
410,057 410,057 000000000000000002c92598aa5908a9a0dfe5785cf355f10fef00fce11ce62a 1.00 MB 2,722 47
410,056 410,056 0000000000000000000e0239cc2eaf37eb84cde384fbaa06927c4018bcd182d2 1.00 MB 2,755 45
410,055 410,055 0000000000000000056bcdb385c3ca6f139b6dd2e82d520621948c39fe9e390e 1.00 MB 3,103 57
410,054 410,054 0000000000000000059bc2104d4b99046429c9628f1a2048712073172aaa17c2 0.00 MB 15 143
410,053 410,053 000000000000000000c7a47ba55957517f59cca2b61b95e09f2edfc21ba8158d 0.18 MB 243 23
410,052 410,052 0000000000000000015c60033ffd11aea88689fb01fc2d2f553192b3bc99c592 1.00 MB 2,065 34
410,051 410,051 0000000000000000002d9c184edb4da381e03ff19bec8604da4a9d7c366609b8 1.00 MB 2,694 59
410,050 410,050 00000000000000000616288a6de1aae067aa907c5a845ae5581b15c415bddaaa 1.00 MB 1,879 31
410,049 410,049 000000000000000004ae719bcd33a82662c9de65ad1356d43c4c459d67dd33ad 1.00 MB 2,670 51
410,048 410,048 0000000000000000054861664a83a638ccc8ea1893f70432795df33d1da2ea44 1.00 MB 204 9
410,047 410,047 000000000000000003485b0ef4112fc0735b0ec5b7d732627f82f9f4f4a1e948 1.00 MB 646 13
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.56 GB sent, 93.00 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.