Memory Pool Memory Pool Refreshing

4,813 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,372 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (739,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,592 168,592 0000000000000264a7e7ccb61e502037622dce26dd5309b3e52750d285bfa7e8 0.00 MB 12 284
168,591 168,591 00000000000009403b99710f6c5e8c31a035c33d37b0fa35e17d816b422a5bec 0.01 MB 16 524
168,590 168,590 0000000000000b09d7f058d51f602ed2fd26b3300e198420a45a689252c2be3d 0.00 MB 13 3
168,589 168,589 000000000000052fd33c2011eafade32fe84469b084c82cb3ebaea5d79a92f0d 0.01 MB 9 21
168,588 168,588 000000000000015511c9094e047c1211b78d159df326f795903eec758a1e7c01 0.02 MB 38 58
168,587 168,587 00000000000009be83d53294f3a47a79f358c94052911ae18e73cc05a787a56c 0.02 MB 67 50
168,586 168,586 0000000000000bd3f4672344a520e4b43aa91cb638059b4e161d48fd0830b362 0.01 MB 21 24
168,585 168,585 00000000000002871b0a8d411cf67dcbbaba001452140bad97ea12db0e3746da 0.00 MB 7 41
168,584 168,584 0000000000000bf86e3f5e0585688878f88e671fc03249eb9c7767be169084da 0.00 MB 11 78
168,583 168,583 000000000000065c60c3b95c119cf436b2f0c7add9db2aacf52f5266da9bdf45 0.01 MB 17 166
168,582 168,582 0000000000000b8d6501f1afcba24c430ca776df4c4815ba134b30820388eb51 0.05 MB 93 99
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
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.