Memory Pool Memory Pool Refreshing

12,214 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (573,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,329 334,329 000000000000000010fb59f41964e8698c7f9ee73314b3a39aeac687f2fef1cf 0.01 MB 24 30
334,328 334,328 00000000000000000b6f3b2b2f85619cf2d966e0ee9171805269c50dd490206f 0.03 MB 52 29
334,327 334,327 0000000000000000104c6f7fca10e10c58c24d6f489e9f2179efbbdd208c6ebc 0.33 MB 553 22
334,326 334,326 000000000000000011829665369f0817c807c121cd0d0791cb406e51de81bfaa 0.02 MB 64 54
334,325 334,325 00000000000000000378fb2400fe520c2da76e92e773cd6bf9242274e5a07a05 0.12 MB 176 19
334,324 334,324 00000000000000000a927b145719302da42a18a967a8d9c74ac08e84d7a7f24d 0.18 MB 328 26
334,323 334,323 000000000000000013a85a5f8bfa47cff7469b5a392c860c7a9c3856c130afc9 0.63 MB 1,127 27
334,322 334,322 00000000000000000f6e1c212f6343b6da9dc9051220d20345de8e854e04d55e 0.22 MB 284 18
334,321 334,321 000000000000000007801f02ef76917f4112bd6b9d2e1572bd1f5eaf0cd20971 0.35 MB 594 27
334,320 334,320 00000000000000000f7faea27bdb61b53dd36a23e7f9a47858a910a172ec2bb8 0.07 MB 100 6
334,319 334,319 00000000000000000079e50af196e4abd8d5575799e02fe54219baf9827d0c9f 0.43 MB 742 24
334,318 334,318 000000000000000010a4db416826269d62be5c36745d4b40107578c42c7f73d4 0.31 MB 454 24
334,317 334,317 000000000000000017a59cb676c3d3c7a78684916a99e494ff276cc590d9c832 0.75 MB 902 16
334,316 334,316 00000000000000001129ae1e0311ace46a30eb08bc067815a2aa03197e7b78b3 0.75 MB 536 14
334,315 334,315 00000000000000000567ca480f3d2b3c540bff027652d9f538a31d2225d9f800 0.75 MB 1,356 24
334,314 334,314 000000000000000006b9c7ffd0e7c1b3d6cef5be5912fd1a81ac794885077582 0.75 MB 319 12
334,313 334,313 000000000000000002bd325b4890a5f9427cb14a9605f984db02ec96a5497da3 0.75 MB 1,574 31
334,312 334,312 000000000000000010f5baa5e341da38a74161f7aabc7033323c2739b7c6d799 0.75 MB 638 17
334,311 334,311 000000000000000003a8d38b9fe6287a8e0b562610c06a0c1c1fa25f23b09f70 1.00 MB 1,312 20
334,310 334,310 00000000000000000a808a4ee11e411aa7880707b31f784a3a2167e672ed8517 0.90 MB 1,846 26
334,309 334,309 0000000000000000013256ca70d8e8ed29ce74a1b217c9178d4b78ee72d4fbff 0.35 MB 1,144 46
Previous 10 blocks ↓
Total Size: 769.01 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,622.14 GB sent, 92.93 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.