Memory Pool Memory Pool Refreshing

4,061 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (534,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
372,828 372,828 000000000000000002934473edc3d374c7ab57d27484b599a4b07b2cf424a31c 0.95 MB 2,881 64
372,827 372,827 000000000000000004e740eb321f9ee15a3e59599b3c2cf202c6a505c38be151 0.84 MB 470 12
372,826 372,826 00000000000000000a9c0c1dca09eac7c2138c09a7c3b6c80fb69197769df15c 0.75 MB 1,324 37
372,825 372,825 00000000000000000720fe28ad4ac0b14dc4f7c6dda511a5bf55ceaf0c9ce3b1 0.75 MB 1,361 42
372,824 372,824 000000000000000009456657bb9d4a843fe60e11e37e529ebf69c932cdc74e19 0.39 MB 435 30
372,823 372,823 0000000000000000084309f6b148101171ae3a6159d0d178f3149930116868a4 0.36 MB 552 32
372,822 372,822 00000000000000000df404404dd2916af6dd0084fe2dafccec1a6b8229fa61b8 0.56 MB 1,078 40
372,821 372,821 00000000000000000dbcadb87a4f483f688f6d31d27b236b5dfbb36b5b15cac0 0.24 MB 401 25
372,820 372,820 0000000000000000130d42c99dfac5db2bb181231d4f8c6f784315a516988695 0.93 MB 1,792 41
372,819 372,819 00000000000000000056983389f63fd12556197f29bb199d8e6b8e2299a11176 0.00 MB 1 0
372,818 372,818 000000000000000001c4adba8a87fedd1bb06de8c3e071279735c02caab3b315 0.25 MB 541 36
372,817 372,817 00000000000000000d01d017af935712af9cd030628df2eadce9fce0900fd695 0.33 MB 678 37
372,816 372,816 00000000000000000564c9d78656a3d5bcade8034b3df14fce0ad172612b994e 0.57 MB 961 42
372,815 372,815 00000000000000000c3c8d10a499e65c0f7d138900a9e7c45709ece926d63412 0.37 MB 555 42
372,814 372,814 000000000000000010faa4a02cf819220d84b93d4a47a645f1898dbea7a3a31f 0.00 MB 2 0
372,813 372,813 0000000000000000103966779151388ab10b56633b4455b318de81c5f572b0da 0.17 MB 185 23
372,812 372,812 00000000000000000d8970b4ed51a7596ea49fc51c748c2f6170b21044dee63d 0.16 MB 321 39
372,811 372,811 0000000000000000019589e83a53be165727f910a353c05ca9b80cad30814c00 0.25 MB 410 30
372,810 372,810 000000000000000004711428f1343a9668c357a791f0314e0c777bd26ce6bb97 0.62 MB 1,200 46
372,809 372,809 00000000000000000c129ca98ed735c26dd6704fb828f5191d1e96d888b245b3 0.59 MB 799 30
372,808 372,808 00000000000000000f700ec3cc4d28e75d655afafafe7250024214668fd3ef79 0.29 MB 600 38
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.