Memory Pool Memory Pool Refreshing

4,570 transactions
1.91 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (54,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,537 853,537 000000000000000000018c6668dccd2f8dcb0b3b6682caa28aa68874c957ed92 1.74 MB 5,972 5
853,536 853,536 000000000000000000002e6b85571493044cbd9b362ed4815b04581aea077aee 1.51 MB 3,166 4
853,535 853,535 000000000000000000034992e42e228c716189dc6c649b885ccc186644115da7 1.61 MB 3,390 9
853,534 853,534 00000000000000000000b29263d3933e3492762fed0203728a6d31f750fe49b0 1.26 MB 1,384 4
853,533 853,533 000000000000000000018824e004cc5e283f383bee364cd71322288c11ea2cb6 1.81 MB 4,561 5
853,532 853,532 000000000000000000034150841c3757739f688ba4d4cd984802ffebbc2918d5 1.57 MB 4,048 8
853,531 853,531 00000000000000000000f1f7a324a0e37f68172ae0b9681eb5fd3113578fc3a6 1.61 MB 4,780 6
853,530 853,530 00000000000000000000753f380966504e0cd8eb5c6128077151462d7ccb0a3d 1.42 MB 2,981 5
853,529 853,529 000000000000000000001bc5e9d25bdf599409e8d696b47cb637f669a1a363a7 1.59 MB 3,495 11
853,528 853,528 0000000000000000000055df071e3c5a728065bdf6ce399434e2ffee57645981 1.51 MB 6,931 3
853,527 853,527 0000000000000000000333092ebd0d313ce242a5e3920c1628c91567d5b2f662 1.52 MB 6,311 5
853,526 853,526 00000000000000000002e5368466318fac1e648a0fd5af67860a77f63aa43f16 1.31 MB 2,493 4
853,525 853,525 00000000000000000003622c237c3679085fca77d5230d0d4c700264221c2d21 1.66 MB 5,356 5
853,524 853,524 00000000000000000001bf9d4134515853aa169b16c32b94cd6cb8c16ecf7ead 1.58 MB 4,264 10
853,523 853,523 000000000000000000032524b6f80a77d9b4fd6a9fffca423081034b8e9682a7 1.54 MB 5,104 8
853,522 853,522 00000000000000000000caf1f05c7cd097e0364b1d346d8e1f7f780fa7d297d3 1.45 MB 6,282 6
853,521 853,521 000000000000000000007b2937d1eb576fe55fb1df7259a2327ffad9a0ab36cb 1.44 MB 4,001 8
853,520 853,520 000000000000000000036ce38138c76830ccdc0e048325878c6b5ceb31e63df7 1.51 MB 5,194 10
853,519 853,519 0000000000000000000060fa7d59da641fca9def44af53a795420840e5ef7b29 1.46 MB 6,794 6
853,518 853,518 00000000000000000000d8e4feb317ef5a81064a0286869b6d543ce3ad4560b2 1.53 MB 4,844 10
853,517 853,517 00000000000000000001cb2268aa4663c0f04e72de4ea31048cf1c40a3f55857 1.42 MB 6,590 4
Previous 10 blocks ↓
Total Size: 769.30 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.60 GB sent, 94.42 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.