Memory Pool Memory Pool Refreshing

16,392 transactions
4.93 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,712 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,666 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,711 (543,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,055 358,055 000000000000000003ce9f2f90736ab7bd24d29f40346057f9e217b3753896bb 0.10 MB 125 7
358,054 358,054 00000000000000000e5165a8c5f143936158c64ddfe629e3e032241704564c1f 0.55 MB 1,055 28
358,053 358,053 000000000000000000c6a65dbad79a9a1cc64089073377f84f6372918d74af93 0.70 MB 1,226 25
358,052 358,052 00000000000000000e5fdec3b5180af866ad70f3927bc106f8bfb4c3fea84153 0.32 MB 527 21
358,051 358,051 00000000000000000310d2a7beef797d9619f42b097344ffe99dc93b101a93ec 0.51 MB 851 22
358,050 358,050 0000000000000000038b4ac3355a0ecad8f1b8f5629c4da360b296bb6f91da86 0.00 MB 1 0
358,049 358,049 00000000000000001120699fddede7bc7af3251f0dff9e09c1d0a2ece3840d77 0.02 MB 25 11
358,048 358,048 0000000000000000100f521d1aed1cf21f3bdfafc81146e43de74d3d20500c15 0.71 MB 1,117 24
358,047 358,047 00000000000000001439ba5e60fda95b6cdbac18e657a5fc033154f8b08f7c7a 0.43 MB 803 24
358,046 358,046 000000000000000015027933bb76a90b7fe4342eab68da56ca427f9524d0e323 0.10 MB 83 5
358,045 358,045 00000000000000000c7f50fd4156bd78a60468a3fa9a9e8c8e70eb49036ce474 0.21 MB 482 23
358,044 358,044 00000000000000000c7d1422a6fae4d266d97841f67b4e675dce966adc07b5f1 0.88 MB 1,373 23
358,043 358,043 000000000000000011186bcc928076c9c83b00be234493ec0390a0d3596c72ea 0.23 MB 368 20
358,042 358,042 000000000000000003f6aa1dad52ea7bc3fcfe0e69fe70958c359d24df1f6283 0.31 MB 335 20
358,041 358,041 000000000000000000494eb1ab3c06fd02390f6f2855a6bd5950b645842111c1 0.23 MB 496 27
358,040 358,040 000000000000000011f4449e37530d20af658d4c4f614e41c5c7e16d23dd6a1f 0.18 MB 294 15
358,039 358,039 000000000000000009049294cff53d9444f17c31f581146c330e7ffb4ac73581 0.00 MB 1 0
358,038 358,038 0000000000000000151c7f04b36958aea040904d56c2dd460c8024fddd212e65 1.00 MB 1,833 26
358,037 358,037 0000000000000000021ddcbdf7baf31f7f8c4bebf1af669274d469e1ad486b89 0.79 MB 1,505 26
358,036 358,036 000000000000000009a30769b89ed8b6159af69e0c8535c1f766a370c5652fbd 0.62 MB 1,035 27
358,035 358,035 000000000000000004f3a8ad7d620e3be3ddf3deff2b11fa2359f9f477138e4b 0.36 MB 515 20
Previous 10 blocks ↓
Total Size: 758.68 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: 752.98 GB sent, 40.32 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.