Memory Pool Memory Pool Refreshing

566 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 559 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (795,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,790 111,790 000000000000bc1ac7e08f9b00701bc1f5637acbf6fe27de27da8fc94fd1b761 0.00 MB 12 0
111,789 111,789 0000000000008282cc313e120c1cd6b1ffddbb926a36d6c0fe4402295cc8fa04 0.00 MB 11 0
111,788 111,788 0000000000011fd1c10c881624f96263f3533bcbc7ed7eb8eb4c45d58e7cc176 0.01 MB 16 0
111,787 111,787 000000000000e3dcbd1ca3b08382bb93ba503c42af854318a95fcfd0e1934348 0.00 MB 11 0
111,786 111,786 000000000000a3f568a8da7609081b020d13a19bb77ca59df0141148330d9aa1 0.00 MB 7 7
111,785 111,785 000000000000828f042dde95894f76c22e70e651517d758d5697c369b26e0a2d 0.00 MB 12 0
111,784 111,784 000000000000e16270537854f55792ed0e25dddab371467aaab91ac613141b59 0.00 MB 12 0
111,783 111,783 000000000000101862db34e93cce57ddec693fc61f26491a8256a943503f9486 0.00 MB 12 0
111,782 111,782 000000000000a416c65a7aec203ab6cf78ee59bd42ec671b314590194063d4cb 0.00 MB 12 0
111,781 111,781 000000000000a02d4d9b6f04e7246c6e3df78292bcd74c858cad07fd37451cdc 0.00 MB 11 0
111,780 111,780 000000000000940ed2521b0a52555d53793b53a639bea65c335698274f742d6f 0.00 MB 11 0
111,779 111,779 000000000000a7063bb8ef20785ee62b1550bb7dbaf9ad4064ed0b939abb34b5 0.00 MB 13 0
111,778 111,778 00000000000110b027f401b3b8817a71882e57741bc8468a5375a9239680a015 0.00 MB 7 0
111,777 111,777 00000000000061a938f103027f42b1ccb49fcd4128b07646fb700f480f644399 0.00 MB 11 0
111,776 111,776 000000000000de530c89527dfe8d8478aa543aa740d4d7bf909cf47f7b3c9e44 0.00 MB 13 315
111,775 111,775 000000000000b2f58ce0444ea6f9c84a169dca6cf7e61a43ba955a6f96b56009 0.00 MB 16 0
111,774 111,774 000000000000b2ef1de3cddcc33a74f0efc1bd90d8ffbc3a0ee0dbb60927064d 0.00 MB 4 0
111,773 111,773 0000000000005ca85c96c776dcf1a26bfeb7751431c057928d6c8a147fb824fb 0.00 MB 11 0
111,772 111,772 000000000000ea32e550a8b652990a8665234e3071ba61da3b2847bedcd409ac 0.00 MB 11 21
111,771 111,771 00000000000014b6406df14e74168c24b124596d820307f9871203737d4ca9a6 0.00 MB 11 0
111,770 111,770 000000000000ea2c35c52203890c4364b21aec89fa3415746ce58cfcf0993437 0.01 MB 23 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.