Memory Pool Memory Pool Refreshing

614 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (664,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
243,131 243,131 000000000000003f5f8caa04f996073fd4a2bd9af0b113c1514971d797caf129 0.21 MB 470 104
243,130 243,130 00000000000000b865d0285207ceecbd556aba5e48964fa07b5a99026d497148 0.25 MB 593 119
243,129 243,129 000000000000006db8360f4395e5d7e238424f32060463c4a1095c1dc2de6a4a 0.25 MB 141 58
243,128 243,128 000000000000007188ae100c22c09bab97ac7d6f3989504d9acc4e14c851294c 0.25 MB 583 173
243,127 243,127 00000000000000083edf658d27954fc19294adf6bbc39c7765020ba6c861c9b6 0.25 MB 472 119
243,126 243,126 000000000000006b19e1c6cdfe742f58535c88b968d3a2407ca24bd007debdfe 0.25 MB 456 125
243,125 243,125 000000000000003733b7a7f04149bfc490012cbd2c977047befc0e7b60ad4e2f 0.00 MB 6 67
243,124 243,124 00000000000000971f41278495bc23985e898444f464abcdb4bcab4bc470e47a 0.25 MB 785 207
243,123 243,123 0000000000000063f208e2e81dbe3e0d8a53ed8049704d53cfa7d26624d96ce5 0.10 MB 315 113
243,122 243,122 000000000000006840876aecaa02fec47f769ca350e93eb3660ea9851fa41f76 0.25 MB 652 211
243,121 243,121 0000000000000013c6d557a2fc9f7060ea3990e413682c49e7a22d90cdf8cb90 0.15 MB 256 65
243,120 243,120 000000000000006c92b85097b73a7eab448be559451aaad7d6ff8fd016b0ed2c 0.02 MB 41 112
243,119 243,119 00000000000000b815e40b681f58fc1352138ebf6ebb8af2cc121d04dd18f0e5 0.20 MB 476 183
243,118 243,118 00000000000000c314f3e8e4820c3263e74329956f760ae7e1ff654247b9b3d9 0.16 MB 269 103
243,117 243,117 000000000000007e5374d282076cfb666a061b7b8eece32b6338b08b5591931d 0.15 MB 391 180
243,116 243,116 000000000000009d8b7719199711056e74cf68690158ab2d6ccb6c4b9b81fd9e 0.25 MB 625 135
243,115 243,115 000000000000000c1f6a6f5e566b31ebf0ba60831a3fb9eeb3e3bb9d04739367 0.10 MB 172 129
243,114 243,114 0000000000000018a8c780ce4b2d3657bc25d8f1df5095a42ca3b5ba097c1b6b 0.25 MB 389 104
243,113 243,113 000000000000007059bfd22865413284e79d3ec829fe311eea1398e60d3b9757 0.25 MB 483 125
243,112 243,112 00000000000000d6f53e5b608705ae492b98fe174bbb27c49f24e44965525553 0.25 MB 762 240
243,111 243,111 00000000000000951019fec0edf78a63aa3144e2e3257881ad6d6d6f93f5d56e 0.25 MB 713 194
Previous 10 blocks ↓
Total Size: 769.34 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,643.37 GB sent, 94.66 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.