Memory Pool Memory Pool Refreshing

6,870 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (785,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,321 122,321 0000000000006c66fba8b1803e557eb26e3853bf95aa44817864f82fa98a74fb 0.00 MB 10 312
122,320 122,320 00000000000050fe4aeeebebf36bbef197ac84e1cdf0ebe070d79388825d812d 0.00 MB 12 0
122,319 122,319 0000000000008326294f2f8c803869df3a80c933384ae5012272364e2fce4404 0.00 MB 5 0
122,318 122,318 00000000000089fb0da08879cd439e48dc6d99246b1aa3f2e6d3403edf19c00d 0.01 MB 13 562
122,317 122,317 0000000000004fcd62a6e63eab8725a79954fb9bc5377f390e9c532126097ffb 0.00 MB 5 3,636
122,316 122,316 0000000000008a7c7a098488846440129669b164acb684fa7a47ab6c7fcb8b13 0.00 MB 9 0
122,315 122,315 0000000000005f49f5ce64a06eb14f0a3372d2f1dbb0e8966e10a184b06fcd22 0.00 MB 8 1
122,314 122,314 0000000000001d186453cc45ae2f5952ede7c7cdef177244ab9947fa687cd933 0.01 MB 16 899
122,313 122,313 0000000000005ad0f3b6d75cfdceb4a5e39185722a820b9b7419e719969cdeda 0.00 MB 10 0
122,312 122,312 00000000000082d4dcd0b423fc466f996380c3e22a9b46ca25868b4262221798 0.01 MB 12 0
122,311 122,311 0000000000006c73d1c177b508218dfe998d199cb17f0e4704cb0bb86f2219a3 0.01 MB 12 251
122,310 122,310 0000000000003eabf2069c288583d3b554f2e672dff7adf4897a72b0dab29544 0.01 MB 24 378
122,309 122,309 0000000000005ce097f3db28b151cf2788cb0b1a5c7ccdc238eeb6c85c36a800 0.00 MB 10 295
122,308 122,308 00000000000028396e9ee39b5cfb864744d31d13d35eb19e0e8c7d0a3071d34c 0.01 MB 11 345
122,307 122,307 0000000000001c5c789affb31e07f22e52a96356b3b9e8195b2e8a3fd99435e9 0.00 MB 1 0
122,306 122,306 000000000000449858509b4c38b68b418207a00d745445108866e0e13b0202a7 0.00 MB 12 0
122,305 122,305 0000000000004031fb348f4175e0f805b1c1a519d6349b0d273a9e5d0ad64354 0.00 MB 9 0
122,304 122,304 000000000000418b9d96318b5a7f4e67c96ae9c08d5fdf95695dcbfb90556c6d 0.01 MB 19 630
122,303 122,303 0000000000000bd550a44363ddbcc88b5e4b8041f9f9f718ff1c8b8940bf44d7 0.00 MB 2 1,046
122,302 122,302 00000000000005937692916004553b92d3b2b37ab209be3d4f78a48268a59116 0.01 MB 19 1,573
122,301 122,301 000000000000846033290f65b9eea94fb69418ada66270df42bd59246e140ff3 0.00 MB 14 917
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.