Memory Pool Memory Pool Refreshing

2,396 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,393 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (37,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,099 870,099 000000000000000000014b535a3e97bd4a20715166c098432d0bbcf7c6fd216b 1.52 MB 6,189 11
870,098 870,098 00000000000000000002b41b4472107dae67e7a644ba17574a74a2be079a5b3e 1.46 MB 3,973 14
870,097 870,097 000000000000000000029571ca3d8ce45c9ec47fd8d49bc7a78494bf879454f9 1.50 MB 6,239 9
870,096 870,096 0000000000000000000114ee21b83b26b4412a14b37709438b239994d7bff263 1.58 MB 5,777 9
870,095 870,095 000000000000000000003174c1feb1e4c396a03a77d9293cfdb52d4c4fc7415d 1.57 MB 4,543 12
870,094 870,094 00000000000000000002614750d4064ba4f2ddfa78d1bfd37c413068113fcd32 1.43 MB 4,824 7
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
Previous 10 blocks ↓
Total Size: 769.10 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,629.21 GB sent, 93.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.