Memory Pool Memory Pool Refreshing

5,030 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (307,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
600,335 600,335 0000000000000000000d251b379437e01af8faacaf4a338ec3fd0aff03710a1a 0.25 MB 582 25
600,334 600,334 00000000000000000009ad4108251bc8f00ba4c0ec3e85e2d51bd4d00477ea2e 0.87 MB 2,051 15
600,333 600,333 0000000000000000000cb629d751d48a5dc5c9f4401d293a6ceb9e63e7abcf26 0.56 MB 1,240 14
600,332 600,332 0000000000000000000441907499a4c28c09efbf2380a69feaaf792ab744c8f9 1.07 MB 2,049 1
600,331 600,331 0000000000000000000ba93a9e54cc7845373a14e88614fa233e521493e40349 1.26 MB 2,732 10
600,330 600,330 0000000000000000000f22cdb0e4349c9071ae26bb74f32de3c29930e9113283 1.21 MB 2,731 15
600,329 600,329 0000000000000000000c92cc931cb9eb4b513a71a7830fea4f4ecad576b06fb6 1.21 MB 2,827 30
600,328 600,328 0000000000000000000aac45d211d1ccc0d17214a4d4a9bea9862903441b3a40 1.23 MB 2,686 4
600,327 600,327 00000000000000000002cd61950db2ce89bb14fdeb8c7d92feaeb9142da77c8b 1.19 MB 2,664 32
600,326 600,326 00000000000000000009b6b22c91f7412b8099edfd910538e20add0c2a2b048f 0.47 MB 1,345 14
600,325 600,325 0000000000000000000ee8537e12169aa84df2fcfe3cbec4a51c6ea70602d025 1.02 MB 2,634 11
600,324 600,324 0000000000000000000fb370134cd56851f8f5157e277c7a4592f4ae47bb31cb 1.27 MB 3,065 17
600,323 600,323 000000000000000000126e984aa8200a6716bc9ff0525480dbffb0b9dda89682 1.20 MB 2,396 16
600,322 600,322 00000000000000000013f12a4a54c68431aa67bfd3f3dfd3528d1b2a44e89c6c 0.40 MB 968 12
600,321 600,321 00000000000000000006e5416e51b1c53dfec5ae28e84ec17f110c6a8d6c5115 1.19 MB 2,141 17
600,320 600,320 0000000000000000000bcff3d66377565c4999092776932809cfb4fa63973541 1.20 MB 2,853 10
600,319 600,319 00000000000000000005f086494cef2e31fcb38b3754390a25a31ef9d01321b1 1.31 MB 3,004 5
600,318 600,318 00000000000000000004fa36dc8e56c8ddabaccf9ad01c391609fb24bf89571c 1.23 MB 2,582 20
600,317 600,317 000000000000000000004e729863d8bf12cda005f83f8edffd8524becdb792c0 1.18 MB 2,436 11
600,316 600,316 0000000000000000000330b9caa8214ce1a308380b7389b558811a6283d2f25a 1.23 MB 2,821 13
600,315 600,315 0000000000000000001296338ec9692e91040ec78a7c35d2911879d9141d3521 1.21 MB 2,675 32
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.