Memory Pool Memory Pool Refreshing

3,910 transactions
1.34 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
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,282 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (751,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,813 155,813 000000000000089ba3096b0cf067034a5a21605ac897e986b8785b0196752ad6 0.02 MB 48 69
155,812 155,812 0000000000000a787edf236ef6467b468b77d8b6555a9352f9521c4e3fbeee11 0.00 MB 11 438
155,811 155,811 00000000000001eb7030d48b569f1dae2e08f4dcc24a3cf41e0862f5154c25df 0.02 MB 46 158
155,810 155,810 000000000000068260db97bd002761517585e70deeb820a5210e14a4cacf3f1a 0.02 MB 35 80
155,809 155,809 0000000000000a3f0bc6beeaf40f2e35e6a32104f435ecf9ee0fda59ecfa722d 0.01 MB 23 181
155,808 155,808 0000000000000500340ff0d39aa8a2250e182c130b98990832da458ffb6a675e 0.01 MB 22 162
155,807 155,807 00000000000009070cf0e3a12c902c19bdfd962a9d3d16e4b7c8fe59800a45cf 0.01 MB 11 14
155,806 155,806 0000000000000aa285710a07e8741277f0c8ae3aed9fbff06183fe5b074bd105 0.01 MB 22 58
155,805 155,805 00000000000006543fdd2581aaf4fc5c7c1b9e7edbd72070d86cdaa43cf2cd1d 0.00 MB 11 663
155,804 155,804 00000000000001cc445d2c27c036354608c287a6f5828b10a6723719931c9fdb 0.04 MB 103 293
155,803 155,803 0000000000000b41cd129d0595d79161238f64dcb0f676b7d357efab168537d3 0.01 MB 6 0
155,802 155,802 0000000000000ecd37750cfd492a61b2959e8d2644ee97fe3007c90cfe015886 0.02 MB 44 67
155,801 155,801 0000000000000d73a4aaf23d74da8ae8519f8bbfacff231ebe0e79087daa3303 0.00 MB 8 92
155,800 155,800 00000000000003942bca6f7ebcb545c8ff9ac6697adb6c6ac920b584f6f46cb1 0.00 MB 7 249
155,799 155,799 000000000000035c20d3b84896388e35889acf898557c1784c5277c7355a35ff 0.04 MB 65 144
155,798 155,798 0000000000000d74c8c1bcc90c46461e854a7390a3b997bcf4ad9a53d9c5ec7f 0.03 MB 27 67
155,797 155,797 0000000000000e406006a3f52dffd099897b8f7ad9857049ff6c0581833266ad 0.01 MB 37 0
155,796 155,796 000000000000073711e608faf22df86335d48dd1cc2c5d750d47ee553e627da1 0.02 MB 54 328
155,795 155,795 00000000000009aea11af5b5896e12f90d2c2e08d770db7cc829352464c1ddc5 0.01 MB 34 155
155,794 155,794 0000000000000d8bad117c10f4d87903a82d0a9d359700ed714a6e410f3380eb 0.03 MB 106 12
155,793 155,793 00000000000002039cb2334bddc59d1b5cae5a8f46aafe942d6cf105086d5d0d 0.00 MB 13 47
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.