Memory Pool Memory Pool Refreshing

2,145 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (790,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,834 117,834 00000000000054a6144f1b5aa275438c293a5331fa9e21937e2bff8205a9a71e 0.00 MB 11 352
117,833 117,833 0000000000002cf77b9e859bcf7ebfb043a07ac939b4239743e573cda6ab9860 0.00 MB 13 916
117,832 117,832 0000000000001a8d5442e5148a4b3bdf29056110382b5488788dc0e8d0647e05 0.00 MB 1 0
117,831 117,831 0000000000009d8854fa075ba5c62047e6af5205a76e09370078ebd31e1aaa27 0.00 MB 1 0
117,830 117,830 00000000000048e27a3c4834bdf1ab9ab91f8b0d465862a6c9c9e52968dd0749 0.00 MB 11 0
117,829 117,829 000000000000b31e6ab6aa6ceee048d0c75b0edd260a5403d152d64238bb9116 0.00 MB 3 0
117,828 117,828 0000000000002278c61c68310797716b12ffe584f17cd273fe6b7fd8c6e59c75 0.00 MB 11 947
117,827 117,827 000000000000615841794afc993c104dd76577593e81f2767bb0bcf59af1ed60 0.02 MB 31 778
117,826 117,826 00000000000055f69f33b4e2051cff505e78bbe4b41a73f61dab730c86490161 0.00 MB 2 0
117,825 117,825 0000000000008019c1f5cf90ba262adbf3cea11e7db000f46389f7ae405bc2c1 0.00 MB 3 0
117,824 117,824 0000000000003d91a2c675a84681d722aca16a05f6bc37deb8b3814f709b0a19 0.02 MB 29 370
117,823 117,823 0000000000008254b7b5b7a05dbc6588ca5bf6683c6235fdfbad2067efaf19d7 0.01 MB 13 738
117,822 117,822 00000000000007ae87089d9094d0012c9e0c8671eeeff96c479d4d3488c8f53b 0.00 MB 6 0
117,821 117,821 000000000000a389a6979fe2f25f0a13f67bab50753233296f030bb131b950dd 0.00 MB 8 1,474
117,820 117,820 00000000000093e0ce06f8db0c54b1ac8ecb28717d29cb26224eb67750b8fc5d 0.00 MB 12 631
117,819 117,819 000000000000068c7ec3538c919fb4c59c7d50ccafdf32cf1347e3c88feef071 0.00 MB 11 235
117,818 117,818 0000000000007cb90a86f2b5582be135551a12a09c370f02e84714b08ec994cf 0.00 MB 1 0
117,817 117,817 00000000000084b3be3e3ed4dbffdbc9290e033fd191137e42ef42c2a378109f 0.00 MB 9 950
117,816 117,816 00000000000046bc4088feaa263abf60392759e4355d59051749d1d1dc90260c 0.00 MB 5 737
117,815 117,815 00000000000013738901728051e328eac80810ecd431c32e8cafd6f0d953e875 0.00 MB 1 0
117,814 117,814 000000000000958512767b02efde3fb75d35244b29b4e100c26153947cd34731 0.00 MB 12 710
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.67 GB sent, 94.44 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.