Memory Pool Memory Pool Refreshing

3,810 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,654 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (504,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
403,569 403,569 00000000000000000380bfb865e53d16b1cf6b9159af9a64afa1eb667c581cef 0.21 MB 288 21
403,568 403,568 000000000000000004fadef36167a3a7acbdc21d1a988b67e03e207a8c8efa9e 0.93 MB 2,154 46
403,567 403,567 000000000000000002295e1cc23ab558794b446d40989191bd8eed7e8055fa16 0.93 MB 2,917 60
403,566 403,566 0000000000000000051369476ee1afdf076cba3aedf5d93d7a65bbacd6c754a7 0.59 MB 1,266 36
403,565 403,565 000000000000000005179397c1fd1b7577c17c2748ffbc74779bc2952b7301f5 0.45 MB 914 37
403,564 403,564 0000000000000000063e2d40234a99a88b1d9a4d2f2180eb43e6a6324eab2356 0.34 MB 522 39
403,563 403,563 00000000000000000558bddcd49cee89c43f3fd778cf22d91bdf74272f6fe3d7 0.00 MB 1 0
403,562 403,562 0000000000000000049a7a9a4348f6f376c25d7a2ab6de36307fb3d679afef14 0.98 MB 686 11
403,561 403,561 000000000000000000f176a62f37a44dabbefcdae998e3e2f1161c3081fc803a 0.75 MB 2,113 54
403,560 403,560 0000000000000000036d27d6e546a999a79fd45e06189d3a7949a0b025d5b107 1.00 MB 921 14
403,559 403,559 000000000000000001bfbe858bd7c6bcab3d8ada8b0e4a4ddd0020ddcb83fe60 0.12 MB 239 36
403,558 403,558 0000000000000000051c6b1398fc8f6d826cdf9b4e890cbd4ebc2db7ad9a4a92 0.76 MB 1,340 30
403,557 403,557 00000000000000000698558d78209c64cdb3ea28ec978d8bb41f70d666d6db2b 0.93 MB 2,696 57
403,556 403,556 00000000000000000423a6c50389cc325af5034ea63e480ef27772f901e15f95 1.00 MB 1,235 25
403,555 403,555 000000000000000003473e42d55ed83957b53de3476bf384b4e80c472a1cdd6e 0.99 MB 2,582 50
403,554 403,554 00000000000000000597649479b486474079d5dba722018221862c49a05b3df4 1.00 MB 1,069 24
403,553 403,553 000000000000000005508b736defdfcb8f73641db1689848473f18672850a7e3 1.00 MB 2,150 42
403,552 403,552 000000000000000002e77b0332366e469e643a6a2b7ca984a1a29fcd2dabab43 0.61 MB 888 28
403,551 403,551 000000000000000004effc00a5049a3b3c656d39e776b4445007072169027a3e 1.00 MB 2,195 38
403,550 403,550 000000000000000003c2e42046b604577812696d33e55e932a20b13127f984c3 0.00 MB 1 0
403,549 403,549 0000000000000000049244852b9e896d64d85d5a0c3eb70f2f4e8441ad8361d2 0.76 MB 1,252 32
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.