Memory Pool Memory Pool Refreshing

8,339 transactions
2.77 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
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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,315 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (573,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,337 334,337 00000000000000001737b06619063d2b96dd4e423aa3550196c546787c722826 0.24 MB 435 51
334,336 334,336 0000000000000000102fcf881c1e5c99fccb4c3dd1152fc4a665dfcc462c716c 0.75 MB 1,296 27
334,335 334,335 000000000000000002ca3a4fb6d4baaa0589c170503c9e097e18336c9cca32cc 0.75 MB 861 18
334,334 334,334 00000000000000001668f8e038882581d4f7e750ceeda33c08aece0f7aebb419 0.01 MB 22 23
334,333 334,333 000000000000000007c4b6cdc65a0b43a2a63a09815117b3c29710e5dfeea36d 0.75 MB 1,078 25
334,332 334,332 000000000000000018fe9e153c2969eb061f3c37bd3439f302b6483294803444 1.00 MB 1,434 23
334,331 334,331 00000000000000000c2997f8ccac31fb694176bc48da49eda6c51243267bdfd8 0.24 MB 405 21
334,330 334,330 00000000000000000df64f01e7e3115ebf009e33896445dd185027d383d7726f 0.10 MB 174 13
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.