Memory Pool Memory Pool Refreshing

870 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (4,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,313 903,313 000000000000000000010c352a1274ac0aa89b45349f533b60bc544528e8fc65 2.11 MB 2,713 0
903,312 903,312 000000000000000000022b2f7377dd25dddbe27b3ceaa06ae05e0c83498a34bc 0.10 MB 228 6
903,311 903,311 000000000000000000021b88a38b37a37ae23df653b68de0903ae1a94a91c792 0.47 MB 842 7
903,310 903,310 000000000000000000023996560f9b14bcf90b325cd5ea462d72a4b9c14af956 0.31 MB 597 2
903,309 903,309 0000000000000000000247eb2e6db95d164ce7da134768838d4b5eea4741d4e9 0.97 MB 1,847 2
903,308 903,308 00000000000000000000fd27cd211781de81d18dddd9947b72d45cb43cf0ec7e 1.28 MB 2,407 2
903,307 903,307 000000000000000000019de4cd02b2ac2fa7211df05dd773cae02e9c61fcfcd0 0.48 MB 820 2
903,306 903,306 00000000000000000001b6f2535edf0ff96b528aa49c21fe9523907e18aac40f 1.05 MB 1,874 2
903,305 903,305 0000000000000000000193e9daefc09de125262e55f5a6ead2f721522e7948a8 0.56 MB 713 2
903,304 903,304 00000000000000000000d5cdc5503653c8984aea667c8bd7285c660b8a0c0e93 1.44 MB 2,446 2
903,303 903,303 000000000000000000018f975e71df3de281656f47f58efcdeac8d72bfbde675 1.60 MB 3,235 4
903,302 903,302 00000000000000000000fbb823e0706d5d8b522c41f6a1b3383ebeb619378d4d 0.08 MB 211 2
903,301 903,301 000000000000000000016410bc49ac4e68000566f46eaf3f6071ba31d9b0b5f5 0.00 MB 13 2
903,300 903,300 0000000000000000000104e5fea6daf1a1f44034a1a1e1f6a3f0422298d2c6c8 2.42 MB 1,204 1
903,299 903,299 000000000000000000020c18c52e00f860641b1e9951853896504004ffafac10 1.52 MB 3,278 3
903,298 903,298 0000000000000000000265f818abdf4b3e51cb8340c2536c6b8d857483024f08 0.34 MB 445 1
903,297 903,297 00000000000000000000963ae628777456e6cf5ca13a61f50e077a6668f568d1 1.31 MB 1,888 2
903,296 903,296 000000000000000000009c4ba658d8e079e70e7acfdf7d348b27b57eefa8fda3 0.14 MB 378 1
903,295 903,295 00000000000000000001a6b7d702f355baeb30e569aafbf6c02b00f079903b0f 1.69 MB 2,506 1
903,294 903,294 0000000000000000000267e9a742fed7645788f8b11e144d09c3cf5959c1c816 1.56 MB 3,655 4
903,293 903,293 00000000000000000001630c9fd11e96aae84b97536f86c575219f22ec0b554b 0.06 MB 196 1
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.