Memory Pool Memory Pool Refreshing

1,523 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,815 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 236 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,814 (153,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,851 753,851 0000000000000000000040c7a7a584f5dbc21061eddf73f981e1a8e058d03526 1.41 MB 2,610 12
753,850 753,850 000000000000000000021cb0fd1726cbae2e954e6f09121d2f9f6d5d269180c0 1.58 MB 1,450 7
753,849 753,849 000000000000000000027c262eae7aa09732310e7a11b068f2a2021f215c4e4f 1.32 MB 2,077 9
753,848 753,848 00000000000000000003b9c7bcbaec16003e555189094715dd85296b87c111ee 0.29 MB 636 13
753,847 753,847 00000000000000000008f5ece72d18596219f53994c52babbffc0356f915e522 0.76 MB 1,302 10
753,846 753,846 000000000000000000079ee810fb6a1540cfce37d4da598188fc162b5434b3e7 0.93 MB 999 6
753,845 753,845 0000000000000000000088a9bcf5c69307765e8fcf27be5df3b45e3cfc4aa3ba 1.51 MB 3,363 13
753,844 753,844 00000000000000000001f4457e17db55c03942c24e0b1124c07a868722cacb8e 1.67 MB 1,971 5
753,843 753,843 00000000000000000000b0e923cb0b7085f5c36715a824168621975685a16ca8 1.32 MB 1,706 10
753,842 753,842 0000000000000000000596d35991ff1f865ba29d71a1241ba002cb7ed569f4fb 1.22 MB 1,800 11
753,841 753,841 000000000000000000044d96af945f1c7ec539116bce5b37ccc0cd98f33332df 1.40 MB 2,543 21
753,840 753,840 00000000000000000003b36329bf9e0e947ed245884edf3a8a345f7ab96e9da4 0.42 MB 909 12
753,839 753,839 000000000000000000057281dd67be1094e49243192100ce04675438cf9eaba5 0.41 MB 722 9
753,838 753,838 00000000000000000000d8e1a3ea77e3afa97c0c443d585b32ee3d2d4c6d94ce 1.54 MB 1,475 2
753,837 753,837 0000000000000000000538f6fe1746007576484ea9b6289053a1b855ac4d7288 1.48 MB 2,926 12
753,836 753,836 0000000000000000000330602fba1c3ae244020ec896652bfba385d0ec6a9add 1.76 MB 1,788 7
753,835 753,835 0000000000000000000910c46ea1f7d69e4c0c369dce6848ae72b0169f196aea 1.53 MB 3,235 15
753,834 753,834 00000000000000000005462a06fc5475760bd79ed0eda35346e620ac538f2686 1.68 MB 1,790 6
753,833 753,833 0000000000000000000199bf2393c647d77738cc7551e69e047f3331e1f92507 1.84 MB 1,381 3
753,832 753,832 00000000000000000004a2a8707fc8e10def45ef5450b77ee4f07d9567a99f5f 1.79 MB 1,741 3
753,831 753,831 000000000000000000039ae80dc74714a08b5a1e506d8f077652e27e65aa9e94 1.49 MB 3,411 12
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.