Memory Pool Memory Pool Refreshing

9,801 transactions
4.53 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (739,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,581 168,581 000000000000065f11c15097cce668b2f037fbe7d715c4951d99635ab8d6d65f 0.00 MB 9 78
168,580 168,580 000000000000089fbdc7fee08d6fe768c1a30a43f29146fccc72eaf32af4dcad 0.01 MB 35 5
168,579 168,579 000000000000029fe3a0bf6c061ebf47ab278cc97bda907ee829307798bcd4d0 0.01 MB 22 91
168,578 168,578 0000000000000534214e5fec220ddde9539ce681746113b28408432a09d8e733 0.00 MB 15 64
168,577 168,577 0000000000000b8fadb472f4dbecc517ee0770e83baf14a0b35ac1972d09fe3e 0.03 MB 106 98
168,576 168,576 0000000000000020c719cab3a5d4d58eaeb42e02652012ebe9eec376f2294643 0.00 MB 4 51
168,575 168,575 0000000000000a97495e61d09c7bebcda6b0a1a0ca21db07e6f955a6dd0081e7 0.02 MB 60 89
168,574 168,574 0000000000000503828b1038af9092a3f4dc53aceaaa83c3a219f43c2a59dbd6 0.02 MB 62 46
168,573 168,573 000000000000038e1653434e71cb6e6c8431c8d6609679a0d8bea8c15a60638a 0.00 MB 1 0
168,572 168,572 0000000000000a575a6cc6661948e97fdc8e9bba597dc46ee0d9ca5308fd34c5 0.04 MB 138 34
168,571 168,571 000000000000024b8129c6f83246d02dd8fd960f955bd510217652fb2295ac6b 0.00 MB 13 0
168,570 168,570 000000000000066dd7851d69291cd965a7ae6f692dd12b6df32533db1821cf71 0.02 MB 55 63
168,569 168,569 00000000000002d60ae91d7bfa59049495ad0666bfc534433eb33a66b471ca85 0.01 MB 43 97
168,568 168,568 00000000000002dc5782f655f3b3ca25b74065ef9306a7030042ed9524d0e2f7 0.03 MB 93 1
168,567 168,567 00000000000008575a6ee2675207518e3c2fbf66ec95d94f23f626e41952df1c 0.00 MB 11 195
168,566 168,566 0000000000000779be85482575123003263c3ce7fcd6f5c19564449a160a4e5f 0.00 MB 7 23
168,565 168,565 0000000000000a6c8599c44ae519f91d355171afe4586ad3d2c789a84051a9eb 0.01 MB 11 37
168,564 168,564 00000000000004691fcd989c8974bc0c48b7ed3808f8675b452c3a27874bdc53 0.01 MB 15 200
168,563 168,563 000000000000077a272aa951f1604fdf772f9b5e06544a60a119e746aab393d5 0.01 MB 12 61
168,562 168,562 00000000000001eadc99cab69f66b6e8aa36c0f1e3f01e09ad9d2c5cb70007e0 0.02 MB 49 86
168,561 168,561 000000000000059bc5b9be871314d105286460a2cf8207e7f2adf45cc4de740e 0.05 MB 12 57
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, 113 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.