Memory Pool Memory Pool Refreshing

9,314 transactions
2.78 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,383 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (617,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,761 289,761 00000000000000004adf4cf6a0ad2ae2a5fb86924c08e314f23ad824e2c4718e 0.04 MB 85 64
289,760 289,760 0000000000000000f9f0bfa2779748148632776996f65a963b69d6d71e0f271b 0.05 MB 123 58
289,759 289,759 0000000000000000a0ce8a30243b10b586a196fda2e9d84f5bcadaf00b5dda72 0.01 MB 27 38
289,758 289,758 000000000000000013b6167dee7695f43164811001e23e443725b203febb3c63 0.14 MB 191 29
289,757 289,757 0000000000000000d2527eca24321fa905a34d2983504fa6bed4d1d8a54ee881 0.11 MB 221 30
289,756 289,756 0000000000000000d51e6f76b78a612d332e9501cd496224a664e6d906f2ffd1 0.40 MB 781 36
289,755 289,755 000000000000000119ea8d4e1425365cb9349c609461ac37e32d85925880d315 0.30 MB 531 45
289,754 289,754 0000000000000000325c495d3824f4992cb682b71f7fba15b7a21716806cab3d 0.08 MB 159 36
289,753 289,753 0000000000000000463251b07d66798023f0f507c4323d4294c2dc3141ddf73b 0.01 MB 13 19
289,752 289,752 00000000000000007a4a48700c91f434779885bf2bdffaede455afac4249e056 0.02 MB 28 27
289,751 289,751 0000000000000000331aea0f333be954eaaefcb3a1d7b533724d0f4afce122c6 0.35 MB 698 32
289,750 289,750 0000000000000000f9f4acc499b6a5cedd155daa40d0cf31383a7c5a94fc9adc 0.10 MB 190 27
289,749 289,749 0000000000000000682dcc2c7c435da0d715fefa8975f8a03e04a46ad25cd280 0.52 MB 862 31
289,748 289,748 00000000000000008614d3402dbab623caadd2e6bdbd50b21b902a12716f4140 0.19 MB 386 52
289,747 289,747 0000000000000000e54f05cf61751739e12952e815ef2b88d03cc887e767ce19 0.67 MB 1,243 37
289,746 289,746 000000000000000022815994abb87e92a65f6c05fbc7ea7cc2aa32ad27e252e6 0.09 MB 56 11
289,745 289,745 0000000000000000a4a1c5cf729d843c51d18f61b4f0c800ff9f0aa718796285 0.01 MB 32 24
289,744 289,744 0000000000000000568da5e919e812a4489f0b10ec13a9efd9e956de77c9a369 0.11 MB 234 36
289,743 289,743 00000000000000006d99ff0516e426c9724e39ee1aa05bdbbe9d3f0820054da7 0.23 MB 325 23
289,742 289,742 0000000000000001055c6d72f2aa4834f64534830eaa7c461c0cf2966b158980 0.50 MB 687 23
289,741 289,741 00000000000000011be4f08fe8a6f87de8334fcdc6c8aac05a24cc0e0118cd6d 0.15 MB 512 90
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.