Memory Pool Memory Pool Refreshing

3,601 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (650,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,738 256,738 00000000000000089c908cd7de665dcfdd878c2352aa8ab1d69b4dd987aa1529 0.27 MB 509 89
256,737 256,737 000000000000000bd8b6df8ce2152465284567a99bfa276c7a4baccc22fb9604 0.25 MB 687 133
256,736 256,736 000000000000000c21cc44e63ed8101b9ed4ff16dc6785a4fbb6f6a4c73a9002 0.01 MB 11 41
256,735 256,735 0000000000000027585a56301c6f71a5ca226d26ed40db35014c90b6d35fe637 0.13 MB 326 135
256,734 256,734 000000000000001ef298736cfde1ebb7bdf847e6972499bf6e0440df691e0b0d 0.06 MB 39 39
256,733 256,733 00000000000000096b63d0337235323908f3ba49610366afe55dbc7cfdc2289e 0.07 MB 164 105
256,732 256,732 0000000000000021b93c9e1bb8b35eb68601f2769eb778969bdde6f91907dac8 0.08 MB 200 121
256,731 256,731 000000000000002cbfb85fe6b46187ea34dcc30fa9ef57657812d4354de8adc0 0.12 MB 299 130
256,730 256,730 000000000000002b019d0da16a6c6eb401b10179ea4c0bfd4587de87eb3e95de 0.25 MB 502 101
256,729 256,729 000000000000001aa9e6a7a63e6e88ed769e56a5e5725a3af01b4bc47d57aa0e 0.13 MB 366 156
256,728 256,728 000000000000001a5efa926ac6f0a4676a575a6557dae5b11ba650918ee843fb 0.19 MB 495 107
256,727 256,727 000000000000000371750dae688702eca287606d92845f1046067e7ef21a9798 0.10 MB 247 104
256,726 256,726 0000000000000020d9ae7004831048bccb470b443b060bd2e684928804149301 0.07 MB 178 96
256,725 256,725 000000000000002798a756fec605ee93f33d3666df46d37fc6dcc45ef5ee412c 0.19 MB 514 113
256,724 256,724 000000000000000d32e1ae53307c5d922040abc0376d6e7e0b3b9c49b6836f9e 0.02 MB 57 81
256,723 256,723 0000000000000012363824562ab776ffd6569b0feaaa974bf156b17b4fc548ba 0.09 MB 209 102
256,722 256,722 000000000000000d4f2a39058af4cd75d14a581dcb25d4e55428a0628d94c354 0.12 MB 356 118
256,721 256,721 000000000000001e59e5346bb2e5948ae211dcaf7b7106f04884fff1a6b4511b 0.08 MB 232 91
256,720 256,720 00000000000000238ecb253183db32e078288ee10f61e76c34cc7fcd267bf29b 0.05 MB 140 100
256,719 256,719 000000000000002aa5d8a88c24b7db9e4eb33bc0a8cddbfb7934921960e008f2 0.04 MB 79 128
256,718 256,718 000000000000000354687f3f838aec8b9f55401af99c42e36bb451135e6abf3f 0.07 MB 163 136
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.