Memory Pool Memory Pool Refreshing

9,956 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (783,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,000 124,000 00000000000023e9a0523cfac29afe07a07acf81e273cd892c51ff8318846620 0.01 MB 6 726
123,999 123,999 000000000000197b6dc64240ccbcfe1acd0d074110b4567d43061dec373d2f60 0.00 MB 8 0
123,998 123,998 000000000000095b3511aaedcf98dfa7b03706fcccb083e1a0db3219ad5669a8 0.01 MB 25 0
123,997 123,997 00000000000049719e41327a577de0a1a4153ac3bd40777a0308e7b81cf37951 0.03 MB 67 693
123,996 123,996 0000000000001e0a137905351ca3bb7067f258a49cc10cb52a20015bc4a0b7df 0.00 MB 9 310
123,995 123,995 000000000000537adb84208913dc5fbad6cdc399e16fd3aa7344df81e7cc3bee 0.00 MB 11 914
123,994 123,994 00000000000039b1b0fd436e1194099a5400dcdb477547ecd305d99118308295 0.00 MB 8 337
123,993 123,993 0000000000000299660a1ea4cb5bc18e99e87410fbdb0c623460f4b0b89503e3 0.00 MB 11 702
123,992 123,992 0000000000006879dd95ea553059d85b39e7a34b8571221fa2169105ca6e7916 0.00 MB 12 405
123,991 123,991 000000000000353258f458e47f7fdb5685b900429a9dae34fde429938f35ae5d 0.00 MB 7 478
123,990 123,990 0000000000005c772b869fc565ac563252b2b534fac549610782b88c1f16594b 0.00 MB 7 0
123,989 123,989 000000000000051aa9d92667092c79427d8a72a9156214b8183ec0d94e6e58b8 0.01 MB 12 341
123,988 123,988 000000000000077b00ccd777914a19ddf67c2ff1d93b01f266d82af395664d4b 0.00 MB 15 607
123,987 123,987 000000000000210de24ae6afea42494186e8978325e2cde640c6a3daff57a7d5 0.03 MB 52 740
123,986 123,986 0000000000001594a9e0699082374eb9bf1646201d518670a9ee8300027d81a7 0.00 MB 9 532
123,985 123,985 0000000000002c03847c19a5b20bd1de35d503d98574f468bcca296609b741a3 0.00 MB 8 2,110
123,984 123,984 0000000000001b89a5d80ee0b5642a7c47b91bb23df91c076cab0938297f637e 0.03 MB 66 1,485
123,983 123,983 0000000000000e683be88e96a15392e5263f11d4b2d9d216699c1d6e53bf62cd 0.00 MB 1 0
123,982 123,982 000000000000162ab882287ee65425cb1723f10bc1ddb97bda76d3a0d9cdf85d 0.00 MB 4 0
123,981 123,981 00000000000049e6df2d0c1412f40458d646dbaa970b9712724da6068a730a44 0.01 MB 21 481
123,980 123,980 0000000000002ef82abcc4cf89c35807930563798673c37cb3e4f240aed7c7d0 0.03 MB 69 119
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.