Memory Pool Memory Pool Refreshing

9,282 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (785,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,335 122,335 0000000000007931179e07a345b97d617f2294a815f126da31f7b06381dc3ed0 0.01 MB 20 301
122,334 122,334 00000000000005a6510ed4f58b5076d9cdd57a2311a397dc2a1800ec07b3a4f3 0.01 MB 15 861
122,333 122,333 0000000000001c36d67f906e1f447d3e4055990416d73e495f184e91fc398428 0.03 MB 43 587
122,332 122,332 0000000000005adf0d252cdd5ae6cf969b2e45501fa5456e9935aa577d037c20 0.00 MB 10 569
122,331 122,331 00000000000088dcfb90d2fbb778abc812c17eb33d1bc50f7837389f0a4634ba 0.00 MB 13 318
122,330 122,330 00000000000015f45f8ae3a95519d16b042681375c72af8ec65e18dd987dc041 0.00 MB 12 0
122,329 122,329 00000000000088a2b81773b4da8804038c20c4d25562146be0f6f86749acb906 0.00 MB 17 646
122,328 122,328 0000000000004db2c67dadcd4dce8ad64946a51931fe153c1af68d8d5d763ff2 0.01 MB 16 75
122,327 122,327 000000000000895ef76683a219014e845906f38f93047b09e99b3f73f25050cb 0.00 MB 1 0
122,326 122,326 0000000000007a6bff183334412258fca578edfe81c7f09647ee751e596ab43d 0.00 MB 3 3,875
122,325 122,325 0000000000000d283aa964074d17f4b2c3463caff0d658ab711706cab25bc10a 0.02 MB 22 172
122,324 122,324 00000000000030758ad322dd07e06963cacff1c9f0da431e39e9cc09667c5266 0.03 MB 39 298
122,323 122,323 00000000000006d284a4e6d8f1f741559ddae0ad1d4361832014682e85641022 0.00 MB 9 0
122,322 122,322 0000000000004845be4dda7ecc00a038b03a1eed2971e319c255d0e774233f2d 0.00 MB 11 306
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
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,621.08 GB sent, 92.89 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.