Memory Pool Memory Pool Refreshing

17,485 transactions
5.63 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,802 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (704,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,982 202,982 00000000000003a57551188d235ef759418df0bf8c7251c61489c4766abfa1c3 0.09 MB 104 67
202,981 202,981 000000000000004893b7894a14935f8cb7833c1c970841f24a81e03ca1a6be1a 0.00 MB 11 27
202,980 202,980 000000000000000cadf212c71a8cbaed894aec3e16ec629a04f5130798840dd1 0.20 MB 287 138
202,979 202,979 000000000000047a0722c44b7cd3c047cdb4158efeea709998ceaac7ddfd0dbd 0.05 MB 123 86
202,978 202,978 00000000000000d17a7be203eca68ea0b6a153e90cfdd04576c9f87b5a63f858 0.25 MB 724 190
202,977 202,977 00000000000004ba48de225d0906e544b6d1a07113cf354253a993c81da5dccb 0.00 MB 1 0
202,976 202,976 0000000000000192800ca7dc10f735b134a429e55399ebb081f7c5e91a91911b 0.00 MB 11 0
202,975 202,975 00000000000002a6bacc012e928af0d817371797ddff2aeca5a45d79a14bac10 0.03 MB 70 43
202,974 202,974 000000000000003726f375e7217ecc20269c3ff199843bf74532e06306f97343 0.22 MB 490 225
202,973 202,973 00000000000002dc7b75382b22fcd6d6c0dd637551c1b7bdfbbf9ced6dd5d18d 0.03 MB 23 40
202,972 202,972 00000000000002493a4b664fb46989cf630985ad585883bf637a9cce5d024ce1 0.19 MB 441 109
202,971 202,971 00000000000001999fb2c82e03cd5133800978880a4baec9382e017996fe3c33 0.32 MB 451 41
202,970 202,970 00000000000002bcec4b754d3be419be5e99c9b5cfb5cabe59d939ef87fce6a1 0.06 MB 135 186
202,969 202,969 0000000000000406745f60246dd137c33adbe95618447c9b4d68ba01abb767d4 0.00 MB 1 0
202,968 202,968 0000000000000569af2e04643a1baed175bfcead5298d53d9575f7cc8fd902b4 0.15 MB 400 147
202,967 202,967 0000000000000536fa78b7738e25a40fb917ca6f3bad6d46116fdc0db735d62c 0.05 MB 131 206
202,966 202,966 00000000000001fe7d41d791b56cd77ad6172fc8e7a30e851ab7b89d233aa827 0.00 MB 10 44
202,965 202,965 00000000000004f1932f64c0d701e856297214704d804f96c316f230f4ea0a2e 0.00 MB 10 172
202,964 202,964 00000000000000bf17aba0644d818af07c2d289bb1409188e0abc40978eff257 0.00 MB 12 15
202,963 202,963 000000000000044c2180cbedac893ee861ee8749e87ccad282a1afc57808009c 0.06 MB 116 77
202,962 202,962 0000000000000388d5a513a105354714db5e6136a5b79d4af3ad3b0960c61ee6 0.10 MB 253 125
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.