Memory Pool Memory Pool Refreshing

1,489 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,480 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (814,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,913 93,913 000000000003548b8bf8c3f93a5e11f86facee6328c37df3c0dcd8616430ba2c 0.00 MB 5 0
93,912 93,912 0000000000089a2752fc155282075cc885d8ef6fd248f6cf3462e2eb3e5285b8 0.00 MB 7 0
93,911 93,911 0000000000083db7c724821e885a8329d8afb1d8f80372fa805c9df5c8c78266 0.00 MB 5 0
93,910 93,910 00000000000626dbe6562853f101821aed0e417391050f6528b9af2ee8cd6f58 0.00 MB 1 0
93,909 93,909 000000000001391108f95236c30945e73f367b75aae0c822f9ae1349007e1386 0.00 MB 9 0
93,908 93,908 000000000004e6088756fe361e6868118abefda714619e86941cec820f984b70 0.00 MB 10 0
93,907 93,907 0000000000030c6682f6bdedc44042422251bc7cf19ca186a5cbbaf8cd9a09e5 0.00 MB 7 0
93,906 93,906 00000000000121a3a60b800443b307de378020ec65227b4ff42207abda4961a3 0.00 MB 8 0
93,905 93,905 000000000003fe70aba2a61a2deaa4ab1163f562887caff0072bf14e2d330460 0.00 MB 5 0
93,904 93,904 0000000000080388e8f40cc78379e5e0e89aea19979d48ad01efb5cd00cd3842 0.00 MB 6 0
93,903 93,903 0000000000064ed7aeb4698f4a77c9bd199b720ef95b1371d7dc3d7618e06aef 0.00 MB 9 0
93,902 93,902 0000000000040e917ea45142bbdd7f216c3503bfe234efb05e7e3f39853d59c1 0.00 MB 9 0
93,901 93,901 000000000004f7f4a567f4e103b49a18e05a45a48a58145f835a56ae28e249d2 0.00 MB 8 0
93,900 93,900 00000000000049108fc9e501fc7d8cad6648b14eddaf9747abe16c73105110bc 0.00 MB 9 0
93,899 93,899 000000000005a256dd7a5133c61c8f46e50c3a482e2d64a878da22fefad570f4 0.00 MB 9 0
93,898 93,898 0000000000087c118b7fc036b5ffda7084f961717372dadbf3a2abf0e612517b 0.00 MB 7 0
93,897 93,897 000000000004e86560f0378747f7fc4108d74d62925cfe750d76ce98b3b9fb8a 0.00 MB 2 0
93,896 93,896 000000000008764347cad7aa57cf785d323e79fe5d9ec27a43c8adb2630bd866 0.00 MB 5 0
93,895 93,895 0000000000073b3c9207f191e0aeb157732fb2d7a644fa4e7da793030cccbb36 0.00 MB 13 0
93,894 93,894 000000000000ff804bbd5909b271e7cbca265bfd6acb51805dd88666af9e1fb2 0.00 MB 7 0
93,893 93,893 0000000000045bccebf10058b59438adf214d57c9a9322e7d823e20b147e6d6d 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.