Memory Pool Memory Pool Refreshing

880 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (902,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,092 6,092 000000006c5cfcc268b09c6d379e82dfeb8eb6499ff120b669a9a658fca197bf 0.00 MB 1 0
6,091 6,091 0000000038ff8c0d624e4170f4d465544de9acc743bd8f6bcd286d85b4d6f342 0.00 MB 1 0
6,090 6,090 00000000553d224a74bdc6718ab1659b68df8c761f86c4a4a16006b0b4b59bd0 0.00 MB 1 0
6,089 6,089 0000000053546be7a5a27a2f352732622e5ebb27bd2210cbbe0f4338747aae75 0.00 MB 1 0
6,088 6,088 000000009da7847f369b41a097529cdb499668d28a6df3e85d0470fe405560ba 0.00 MB 1 0
6,087 6,087 000000004eda6096f1224f4643bf7fd12bc7c058f863d378da470f15efc14b43 0.00 MB 1 0
6,086 6,086 00000000e758d6db2b6d4fbe5733d28740a97ef2a10d71cdcd12060a6b2cae66 0.00 MB 1 0
6,085 6,085 0000000070c52a8c799a04da60306c2aa890dafa2d19ba090a616c27d972ebd7 0.00 MB 1 0
6,084 6,084 0000000077074d2a3acaddea3756ef49c5dbed50b80a4c940570133baca826b6 0.00 MB 1 0
6,083 6,083 00000000ae0070e0a2b1132c2ba236572f25c925b0ebe2c3394db845f19b2c8a 0.00 MB 1 0
6,082 6,082 000000006d30b804fed339990eaa5651ad7633bed1a626473e46c3d148fe4227 0.00 MB 1 0
6,081 6,081 000000001f12696b387ea4b5485c1c27392e2c75718d1dcadc44e055105ce190 0.00 MB 1 0
6,080 6,080 00000000ecfbfde100399cde481b82f28d041e50655e7524efaebbae8b69ba5d 0.00 MB 1 0
6,079 6,079 0000000026e82d8fea49011794df552bc4b65f6680cd4a40d6bded2d6d536dfc 0.00 MB 1 0
6,078 6,078 000000005f82b57081a6a238b1a2e69bd87fe93b88048182f99432787bfe069d 0.00 MB 1 0
6,077 6,077 0000000021f862f3a534bec45505c23ec4c89d1f038c271e75cfd0e5a87eff33 0.00 MB 1 0
6,076 6,076 00000000182a930da4e2ea42375f514fddafb17655874965757fc4f690a3840d 0.00 MB 1 0
6,075 6,075 00000000e55bdb23e325d66d095a16c6b803094f0ee7b782b3ccbb8e1477c7e9 0.00 MB 1 0
6,074 6,074 0000000074cdfa02e95668af05ee2bbf380b62e1856fdcb587ba4e90962a5b2f 0.00 MB 1 0
6,073 6,073 000000008199d6e2f355950fc8f30c1f702d935e2b69ba8a310753ef6683a98b 0.00 MB 1 0
6,072 6,072 000000002708518166f28f1f63afd72263ffc035f52a00b083a4985a8514a31e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.58 GB sent, 98.37 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.