Memory Pool Memory Pool Refreshing

9,617 transactions
4.45 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (169,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,129 738,129 000000000000000000031f0506a498cd3f447c698d6155d44fe052af3de0083f 1.63 MB 976 3
738,128 738,128 000000000000000000025e06d59ac07fbd36390eb129fd93d6baa54672a8d82a 1.52 MB 2,972 16
738,127 738,127 000000000000000000026cca138582317f83f439cb21617b592ae71cb9fbe90d 1.47 MB 2,709 11
738,126 738,126 0000000000000000000003f7469313e117262364792a6770614d8def72b35aba 1.54 MB 2,286 9
738,125 738,125 00000000000000000002538e47088a089fe9b09dd6bd2fe4327f859e69a17f65 1.42 MB 3,288 21
738,124 738,124 00000000000000000003b7ea9bef918c54d035cd639e1770c98acee4b9207309 1.50 MB 2,447 10
738,123 738,123 0000000000000000000664d3f861d2b801a55bd8e2c6f1071fe2c4afc9af5285 1.40 MB 2,976 21
738,122 738,122 00000000000000000003dfd53122a40598387e8565c08110762cef08fae8b2b6 0.44 MB 689 10
738,121 738,121 000000000000000000029343d237512184c47123ddbe2c0dcbe29932630eedb8 0.67 MB 851 13
738,120 738,120 000000000000000000053149c7b997234b72657b71feee711e55339276c9cdb7 0.53 MB 931 13
738,119 738,119 00000000000000000001c7126f9af59b9d9633e38f1897d5ad1bfb0286ba4749 0.22 MB 195 5
738,118 738,118 0000000000000000000512a6bfe019bb2d6d959653a345d368df7b8f6eb9c4d7 1.25 MB 1,672 13
738,117 738,117 00000000000000000006d8acd2beb9bfb26254279439d54f45d0137f936af783 0.48 MB 732 12
738,116 738,116 00000000000000000006a759c1e603521db159b23dac37b5933af10719645a2e 1.83 MB 2,065 8
738,115 738,115 00000000000000000006ba0dac10dded12ab7f696af092dc5d06474c21cb3d97 1.96 MB 1,408 1
738,114 738,114 00000000000000000007f803e2f2089f8d3feab75b3a0106e379496a9b0cd2bf 1.57 MB 3,307 13
738,113 738,113 0000000000000000000824b4fe1db373ab1c845e685fba0217342219a3d5fd9e 1.51 MB 3,543 20
738,112 738,112 00000000000000000002d829a5d4153a8ebc0d9351e5848ef2e6eac29c095aab 1.46 MB 3,189 19
738,111 738,111 00000000000000000005ce91859e1852aeb828a0fb11184de906f955741fc680 0.42 MB 826 13
738,110 738,110 00000000000000000003a2dedfacfd622fe31c480e77d6587dc6d17cbf5781ae 0.93 MB 676 13
738,109 738,109 00000000000000000000441366f9def2add6c3231c730c9d6cf2060bfba9000e 0.66 MB 1,113 15
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.27 GB sent, 93.03 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.