Memory Pool Memory Pool Refreshing

17,151 transactions
5.71 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,911 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (321,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,146 586,146 0000000000000000001abd98b21cc3dabd9a70d7957dc22cfa31b8d5af28388c 1.10 MB 1,470 29
586,145 586,145 00000000000000000012c30f857a644dfecdea323662999f4d4985a81293866f 1.10 MB 1,467 28
586,144 586,144 000000000000000000119e7995b2c65898f49d8d7813760a8c55963cc145b735 1.09 MB 617 2
586,143 586,143 000000000000000000015ebc6d7ccc26bd91cf49c8c07369c220a2c113d3e253 1.19 MB 2,789 48
586,142 586,142 00000000000000000004834d7dcd2cad2f3e363bf5fd5734800cc3c85b8626a2 1.04 MB 500 10
586,141 586,141 000000000000000000142d4f888ef57d4c1fc56d577120675b25252975ec8d62 1.10 MB 1,318 19
586,140 586,140 000000000000000000079914714df0748958b078b28130f0b3f9e76bc3dbc824 1.04 MB 850 15
586,139 586,139 00000000000000000013e7ff5e2cfaaa7e840f873303d92915c5079e9032eaba 1.24 MB 1,682 21
586,138 586,138 00000000000000000007cffcc3d61d19bdc2799bfdcb0476c46fa034056d3ee7 1.18 MB 2,466 52
586,137 586,137 0000000000000000001d06f13e440d045267905e157e27c49b71d4ea65e7e246 1.10 MB 1,273 7
586,136 586,136 00000000000000000012a16dcefe57ead18f87f5f8f035f53c86b70c68af588e 1.10 MB 1,251 12
586,135 586,135 0000000000000000000ab267f30433b3eb4ac1c25e89666922ba95ca9ef0b1fe 1.18 MB 1,886 41
586,134 586,134 00000000000000000005fe6fa69ed2744a0af098efb2682b52d3de2352b84a28 1.55 MB 1,813 29
586,133 586,133 0000000000000000001cda196a9076d49dccf80beec651d378af527b634bf910 1.59 MB 672 12
586,132 586,132 00000000000000000018ec9d16f66ac443369b457c79e0fb1d6aa8d6eca56266 1.34 MB 1,564 11
586,131 586,131 00000000000000000003231460bba72cee5ed21178f8dcc76b07f2c4d2819831 1.15 MB 2,707 34
586,130 586,130 0000000000000000000a69382c1a0f3d2e2562719c19b7f33576422089685e07 1.15 MB 2,512 36
586,129 586,129 00000000000000000014f6f66490f499e8ee0c74b4f85ff497256d8f7abdedf7 1.18 MB 2,137 26
586,128 586,128 0000000000000000000c64b1504995fa5c08ddd8a47d9e93565b5b07c18c4275 1.22 MB 1,500 10
586,127 586,127 0000000000000000001187e9da355a07323057a8c005d2a4e9a252a11262161a 1.12 MB 1,272 7
586,126 586,126 0000000000000000000a9bd60bac92bc168b8e1402390613c0cc04262249a973 1.26 MB 1,559 30
Previous 10 blocks ↓
Total Size: 769.02 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,624.69 GB sent, 93.00 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.