Memory Pool Memory Pool Refreshing

791 transactions
0.30 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.30 vMB 781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (755,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,338 152,338 0000000000000c9160cabf1d2c6c3e75632810bede73d19026401414719875d2 0.01 MB 8 878
152,337 152,337 0000000000000a70464259db2fa6ef728f5650ef2348377630037142a8ea3a39 0.03 MB 72 1
152,336 152,336 00000000000000c0ee89730452fbbc41fa0c59bc19feacc9ed1d770a845a8957 0.00 MB 6 34
152,335 152,335 000000000000008c56410856d6cdd45949fc47254ec048c7de588b45d8dba5e6 0.00 MB 17 60
152,334 152,334 000000000000078afd27b9da666b3b044ddbbc41ae83ead1d8ac152406eeab11 0.01 MB 28 56
152,333 152,333 0000000000000a03b2a728b5b6d733f51fababb6659c2f387440714bb9359a68 0.01 MB 22 54
152,332 152,332 00000000000002c4f5bb92e65c0eeb04ff69c5dafc1b2f5737fe7be0efc5a14f 0.01 MB 24 103
152,331 152,331 0000000000000ac79c4973f2acace5875aa9321619ef9432d727c02395c23d51 0.01 MB 22 82
152,330 152,330 000000000000072c1251b34158fefbadf899852ecbcbc71f83b1e7ac196aeb77 0.02 MB 44 214
152,329 152,329 0000000000000da8f6b825c29ced095a4858220c26541db77f9fdaae6170f834 0.00 MB 8 56
152,328 152,328 000000000000097650e4376c6fe406a3a77f31a91542acf4d7193eb3f1a812b0 0.03 MB 72 27
152,327 152,327 0000000000000aaf001d94d63337eeb7ece5d7c4c8b0b9f06f2b4c36cc661603 0.03 MB 76 123
152,326 152,326 00000000000007921bc4e15406d8f03445a27054fe255c5d51cce849486060c1 0.02 MB 52 69
152,325 152,325 00000000000003accece899af8a11f675e991ff5fa28b2b57199b950dcb288a0 0.04 MB 99 42
152,324 152,324 00000000000001a9dc326583505257c47f38f5bf98cfb3848dd5900f95310793 0.00 MB 1 0
152,323 152,323 000000000000019b4a1511170a4c272dae3351790ffdc00d071b7af76fa472b5 0.04 MB 87 70
152,322 152,322 0000000000000532cb847a2d81359603e8d3211bd7d2c5a99f964f118d976020 0.02 MB 35 143
152,321 152,321 000000000000095e952b668f0057672a06d9debcaa406e44212ec722d1de4fd2 0.00 MB 1 0
152,320 152,320 000000000000060fb21caf3c02431798e3184822cc48068d9f1d692d87008ebc 0.00 MB 7 20
152,319 152,319 00000000000001bc6cf1cb0883f036f14b03faa2f44c49617ad20364ab136cfb 0.01 MB 18 158
152,318 152,318 00000000000008abe19c485f74c0d9abe04ea2f3d327fb08ab8e978401fa551a 0.02 MB 27 308
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.