Memory Pool Memory Pool Refreshing

3,168 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,193 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (37,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,093 870,093 0000000000000000000144f49e1b9234d65d7d4c9af46be935f4e952e9f237b1 1.56 MB 4,159 13
870,092 870,092 00000000000000000002b6a6b5586fa57a33483f27762158331f2dea2eacbc4e 1.58 MB 5,487 7
870,091 870,091 00000000000000000001e25bd5819ab2d6ff27e021877388df5fee035372e06b 1.57 MB 4,530 11
870,090 870,090 00000000000000000001050bed86009d9d94d638f43d07216724ebd36ebe7f73 1.58 MB 4,938 8
870,089 870,089 0000000000000000000257f46e9532daf89113171799ea1a725b303b9e67019a 1.57 MB 5,576 5
870,088 870,088 000000000000000000023be800aa823f48771903f79a9753745a599095a144ae 1.54 MB 4,833 10
870,087 870,087 000000000000000000023e16d46528457cff1fe3b6dd060e1c65c692e0c4655e 1.53 MB 6,019 6
870,086 870,086 00000000000000000000288231fc48bd0f048379f51fcf7a481a4c0fbea7c08e 1.54 MB 5,613 8
870,085 870,085 00000000000000000001a75103bc18b4d61e34173f268b620cdd6a54fde00a3e 1.53 MB 5,806 8
870,084 870,084 00000000000000000001c48a10a6c2c635b0d55fc3c63b87bdc4305f325a92e0 1.58 MB 3,979 10
870,083 870,083 00000000000000000002082ab405ca64b59442bd2af0d91e37234221e73ec480 1.54 MB 2,843 5
870,082 870,082 00000000000000000001491c61ea498e53ae982f67dc5c5b87df905ae8d60990 1.50 MB 3,645 10
870,081 870,081 000000000000000000017e38a41dfb51f2fb8879a4042cb589b9caacba728dde 1.60 MB 3,298 11
870,080 870,080 00000000000000000000e388b89dcd605fee956cd37d76b74d6aa38e037977de 1.45 MB 2,297 6
870,079 870,079 000000000000000000020ea5ce165bc7a91854b14992438c566e7453657cc508 1.51 MB 2,900 12
870,078 870,078 000000000000000000012ca6d6abab8e56a717b2b98cae833d5855ba5d036968 1.59 MB 3,063 8
870,077 870,077 0000000000000000000008e23b1e4d3cd0e7c1b761a9f49d8c1fb24c7a6079c2 1.48 MB 2,427 14
870,076 870,076 00000000000000000001f5ba446bb22dc7bd54a67681550014bf740a5d88ec87 1.56 MB 3,310 21
870,075 870,075 00000000000000000000ffda6e00791202df64d574ff291b0ecd5b33ffea4674 1.51 MB 3,325 12
870,074 870,074 0000000000000000000227783324db787e61dbc01e095f8faa74215286924a52 1.65 MB 3,267 7
870,073 870,073 000000000000000000013c98c8744965a1f38a435d174979bd8d645f867027c1 1.71 MB 3,867 5
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,631.80 GB sent, 93.57 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.