Memory Pool Memory Pool Refreshing

2,292 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,286 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (870,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,671 37,671 00000000674bad49597d1ef43f7240f05f88591d82fc7212e603f0abf693d1fd 0.00 MB 1 0
37,670 37,670 00000000b4fb1c76a4285481731567794eab86634e5532020b8fd16da634c89d 0.00 MB 1 0
37,669 37,669 0000000080887fdde3da8b54c7a831a5ae1a7def0b56453457aecdb24abaec71 0.00 MB 1 0
37,668 37,668 00000000b0ee20565958f17304f3f063d917e119c5988b86956ea1c4660d1e0d 0.00 MB 1 0
37,667 37,667 0000000004085187731ee4cd129beb1359bd99214f63a1e940cdb7ddcd53a626 0.00 MB 1 0
37,666 37,666 000000000979f4b040042e49d2f8185f82af3d0787d67d7ceba7ee846a98775e 0.00 MB 1 0
37,665 37,665 00000000a67afe459dbf14afd674a5c02f2fdb5149d4a99139f4704c3a842460 0.00 MB 1 0
37,664 37,664 000000003bd56403a5aca689cb155208554b9c99d5073f5774d3d4c08c89e91a 0.00 MB 1 0
37,663 37,663 00000000b4eb89244eaa948ceb244e52a2a2c1f5fbaaaf0f9e0a263b79b70da9 0.00 MB 1 0
37,662 37,662 000000005439b2b713ef77f0efe190eff94f3a23fcb77924452c3b608258f167 0.00 MB 1 0
37,661 37,661 000000007dd40d8ad9ea5fdb025e5e7c1c5bfe302cce22a0bee62afbe04fc90b 0.00 MB 1 0
37,660 37,660 0000000068d4ccd28b7ff330188cc8a5fa25d3388ce47986164aab2f761e2b14 0.00 MB 1 0
37,659 37,659 0000000099d8c7a4248e467ce0f4b7d1c84a335679702c5018a73cd44decfde8 0.00 MB 1 0
37,658 37,658 00000000af053e98d63ce98bd6dae3f9aa20967fb42ae0d4c7128dc6e15fe257 0.00 MB 1 0
37,657 37,657 00000000773044a275a43bbfa8c140295a4e255f7f08886b40427e4e06f2d70f 0.00 MB 1 0
37,656 37,656 0000000007c58ffcb51e383548c8db360d398379524ab28178a50c615a6bc56a 0.00 MB 1 0
37,655 37,655 0000000072f02b846059916d798cb5eef91e2a485c1a8b7e88a12de60028d263 0.00 MB 1 0
37,654 37,654 000000008f455b55fd20f0fa48fa4630b5b56fa32259b5a43baa5d4091128171 0.00 MB 1 0
37,653 37,653 0000000077feca6f197ffac26620de59f27a28ffc778594dfe756ee422e357ac 0.00 MB 1 0
37,652 37,652 00000000b76164f5fce1ca3d5f410911a888033356bfb5a20bb672c248a4d1b2 0.00 MB 1 0
37,651 37,651 00000000990226c00a8317b95000a32f919ae27b624288840e76719209a949c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.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.