Memory Pool Memory Pool Refreshing

6,776 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,456 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (744,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,420 163,420 0000000000000a4d62c0298aa4714b1b928e246d18ade38a3e7bc1782aaed77d 0.02 MB 32 29
163,419 163,419 0000000000000474291c8e05d68b6f3e61ce0ca1afc92cd41bb405109949eb52 0.03 MB 71 40
163,418 163,418 00000000000002238b8b7dda13dccefbb8c0d6a9e2e291edd8b96ddfbe960f3e 0.01 MB 45 77
163,417 163,417 000000000000022511102d43c42bf34714f6cd6ea9d4c287eea1292ce2450ec4 0.00 MB 10 11
163,416 163,416 0000000000000c79ab9734ba4d498fda0eac88fe375677e8de0811b970805f52 0.01 MB 28 212
163,415 163,415 0000000000000c7ce4c25fb1a25e2f8143f7be4cac0598b61967269f6fcb5d6d 0.01 MB 21 233
163,414 163,414 00000000000006ebd78acdadcb0a36d2035ffc42015a744dbcf719a676f94a08 0.00 MB 7 657
163,413 163,413 0000000000000ae89b9c4b0a18c9332955efd96a4cb7563881983763dd016f2b 0.03 MB 53 239
163,412 163,412 00000000000007f32b51ba1b3c0a1237d5ab100eaffedd0f8c28dcea6fb6db1a 0.02 MB 60 13
163,411 163,411 000000000000060419b36f7a29e7819eb374d88d7e2f2cbac29bec63af7ee311 0.02 MB 56 370
163,410 163,410 00000000000006e581f30764038342dd6a1254a8f34f3c129c51718bea0b7135 0.01 MB 14 544
163,409 163,409 00000000000004fc297364504c7f339ce0bc09744c5cd5154ab6baa64cc94c19 0.01 MB 6 193
163,408 163,408 00000000000005b7ed195823059f6d6a06b99b1c4fb4d988a189568c5e901daa 0.03 MB 57 99
163,407 163,407 0000000000000bb6d4fe9e819f91b502a3dbf1b7423fceb1ac6288c9e8a48560 0.01 MB 14 329
163,406 163,406 000000000000025220823424769186bf4371d4893b929423e1aced26730bb8db 0.02 MB 71 61
163,405 163,405 00000000000003df94d7e6c5898acd210cf6a58c74a98cbb0aee531398f4a29f 0.03 MB 98 86
163,404 163,404 00000000000005be77e87481cb037bd786e346e2b2399244d4871028bdf6d729 0.00 MB 1 0
163,403 163,403 00000000000007cd0f264d56ec22ffbb7ba034eeda44e8dbcfeae163b893e8bf 0.01 MB 15 140
163,402 163,402 0000000000000a087e5388fe919de74eea17f606414e43c7f0299c67d798d0f3 0.00 MB 11 0
163,401 163,401 00000000000007a0e53f08413420d35585627fe25b1de4eb77adc9dc6d6ce1e1 0.04 MB 89 128
163,400 163,400 0000000000000ccef2874fb04e9ae82fcfa8af79edacb76d912e66e0b1cbb9fe 0.04 MB 125 73
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.