Memory Pool Memory Pool Refreshing

4,036 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 2,892 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (37,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,106 870,106 000000000000000000027e38d0664a1ab195463bbe1639d45288010d57454636 1.62 MB 4,777 12
870,105 870,105 0000000000000000000140c60250ff81c5050535f4ce71fe3d84e902a02554c1 1.54 MB 4,310 9
870,104 870,104 000000000000000000027b5bf8d0d57c5c351c51f177257806ad8e677683679d 1.62 MB 5,423 8
870,103 870,103 0000000000000000000273d7918b279624b9961f734a61ffde675c318f7a6ec7 1.54 MB 5,848 7
870,102 870,102 00000000000000000001ec18dca19536213c381e71db1dd2403d6b0c1f60960f 1.64 MB 4,463 14
870,101 870,101 00000000000000000000fad3e33c9f3562940625686615c9bf570d6e7f750c76 1.54 MB 5,829 8
870,100 870,100 00000000000000000000fa42907e1ad88fd69f8afe24bf4340423be7f894795c 1.43 MB 7,282 7
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
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.