Memory Pool Memory Pool Refreshing

5,000 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (8,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,213 899,213 000000000000000000001b9711469501b042993a66f4c033a37183c6347ffd5a 0.20 MB 367 2
899,212 899,212 0000000000000000000013542b51f6a28e886bd02173c5cb9e1d2e0f64491464 0.71 MB 1,511 2
899,211 899,211 000000000000000000016df1ff76d7a1668c8a8a3108d0e1fd1445db4d3ff2a8 1.49 MB 2,281 3
899,210 899,210 000000000000000000015964f1a37cfad64cb53a01661fdc7c0fbabb6195ef32 0.97 MB 1,835 3
899,209 899,209 0000000000000000000125e28a725386a139f187429ad83ec220f01fb857ffd9 0.30 MB 509 3
899,208 899,208 0000000000000000000166cc4bce5770893193bce2f9e1d6e1f53cc6a32c3228 0.47 MB 877 6
899,207 899,207 00000000000000000000861b231676b054598021e85c9568240baada23010dfa 0.18 MB 514 3
899,206 899,206 000000000000000000021eb2ab790425f31f2537fcbd8885670e20ea12a26c01 1.13 MB 2,135 2
899,205 899,205 000000000000000000000a7e774b4e96b9a8002b9c9c5af933f87246fec7c300 0.64 MB 1,290 3
899,204 899,204 000000000000000000010d2d53688a5e289b0001e5a576af19fb8a58f28c3bf7 1.64 MB 2,161 3
899,203 899,203 00000000000000000001ff93ec61fc30dc9e32664e4e289c41be11d4302f7e1b 0.16 MB 385 4
899,202 899,202 0000000000000000000161bad4eaf25699b7384af3fcb544d331ae8ade744ce1 0.71 MB 1,295 3
899,201 899,201 000000000000000000001bb63ce8f19cff8c3acd18ca140a54c7177a85255b9a 0.13 MB 262 4
899,200 899,200 00000000000000000001c1e2b812b1e72ab8d243fcd4d714b1641c81bb994bbb 0.92 MB 1,330 2
899,199 899,199 00000000000000000001e11824f6a40424c3111f56fbd178f3f03287d21ebab7 1.54 MB 3,283 1
899,198 899,198 00000000000000000000fc782b7786a5708d108fd1bdc8bc4d0619b674a0666b 1.54 MB 2,204 3
899,197 899,197 00000000000000000001de0c8c8c845e2c1716b83feb0ab32d809aff1d9136ec 1.43 MB 2,189 4
899,196 899,196 00000000000000000001e3242b79e3587b391940060c3eea61b1ac082f82d321 1.57 MB 2,940 4
899,195 899,195 00000000000000000000a96f573ed39471ee677fa0545bb590dc668d63da9fb9 1.41 MB 2,891 4
899,194 899,194 000000000000000000007e59044257807a18a457b771d3fda57aed1706ac9d50 1.86 MB 2,340 1
899,193 899,193 0000000000000000000035df8fcfa4cc622ce47ac0bf2f07aecafcbc0056a98f 1.31 MB 1,328 2
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.