Memory Pool Memory Pool Refreshing

9,213 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (792,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,644 115,644 00000000000068078c62edbceec4879ef189307c56b5914323c768ed40beb7a1 0.00 MB 9 693
115,643 115,643 0000000000001a0caa05746f583c1691bcbdc04461fd88ab0b2876a64afeacf4 0.00 MB 9 0
115,642 115,642 0000000000003997ddaac5ee7c69b024b968ca81df9537ea1af334f2d1e74e12 0.00 MB 1 0
115,641 115,641 000000000000573589a50a9179d458a2398d1a94dbaf110617a08a2ae8b84ec1 0.00 MB 3 0
115,640 115,640 00000000000023d839f052f26eee296e6e3ce07775b3c05b010b774f20de6508 0.00 MB 9 0
115,639 115,639 0000000000001434978e96beb1b36929c429e06c6d8ebff8295089455aeffe9a 0.00 MB 7 0
115,638 115,638 00000000000014b338278b60543fdfe05a4b3ff6ee82957b798871135300a846 0.01 MB 18 1,111
115,637 115,637 0000000000009d4cd171d65b976ace8b49f9c9201dd0694d89e8c4660231b072 0.00 MB 11 1,459
115,636 115,636 000000000000d18dc86a8af69078f6a5779da4824b649fb15e475d9636a93ce4 0.00 MB 9 345
115,635 115,635 000000000000a37ecdb22bec1eb11a594fbc201eddd1dda946ef6048b0f5753a 0.01 MB 18 581
115,634 115,634 000000000000ebe4b4155260b2b2332638dcc6289e11588842e2e232a301ff6d 0.01 MB 32 570
115,633 115,633 00000000000066e4e6b7e7e93c847c42a2141b9271e9809142c9d79fc2ba538b 0.00 MB 5 302
115,632 115,632 000000000000d92de072ea2f15dda9edd853ef49024a5352c1532eecc7274cf1 0.00 MB 10 1,435
115,631 115,631 0000000000007a9c20479d87de9a3008fa19d022f32e03980ea5b3df38bece61 0.00 MB 7 0
115,630 115,630 000000000000764de4cf7c88e9203d7196983b07e0111222ed4af7776a02534c 0.00 MB 17 0
115,629 115,629 000000000000677f80e556032fa27ff87da471233ccce89bac15967f404d25ae 0.01 MB 13 768
115,628 115,628 000000000000d616d5839669e6b2c1de921073c14207f0ec04dd2c73b3fdcba4 0.01 MB 15 382
115,627 115,627 0000000000004ff4efdc947f7c4ceb064cd48c813cbce02b41b6161adf23e505 0.00 MB 1 0
115,626 115,626 00000000000016d04c401bd688890ddf833d77dddc24f321f781e7f7749c98fb 0.00 MB 1 0
115,625 115,625 000000000000c6536bffaeda25cd0cb873659e7e7330b121e146d0e09cbb7083 0.00 MB 5 0
115,624 115,624 00000000000086458fd72902a9b2c1199c552204b3bc1910c2371d9e42faa725 0.00 MB 9 527
Previous 10 blocks ↓
Total Size: 768.98 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,616.42 GB sent, 92.72 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.