Memory Pool Memory Pool Refreshing

8,318 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (765,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,144 142,144 00000000000004aea2999e2b2f26a1981f34611ce0596f05fa8550f27f46d4c9 0.01 MB 34 54
142,143 142,143 0000000000000408aa6179d58ce12908ed62a3909e464a81697f82a8d46bd879 0.02 MB 40 153
142,142 142,142 000000000000016acfcb4fdca379316716e7f85cb108dde122940c166627f1c1 0.01 MB 17 296
142,141 142,141 000000000000014099fdc645d055d310dce231cf88ec70c29635ded9a702e015 0.04 MB 67 285
142,140 142,140 0000000000000052bf9cc6db0ee2ade552d02a763e415612d7e37dc110e80281 0.01 MB 15 68
142,139 142,139 00000000000003396c6cf0c971fc0a81a0009a4bfb8e892cc17fe13d3090fe3e 0.00 MB 1 0
142,138 142,138 000000000000002ee3c669c2c5ae9d41c3b7e0dae1ea16eec912659cfcb86ada 0.04 MB 120 60
142,137 142,137 0000000000000177393eb17801aaecf62e477e83068869effda70de02b8d71af 0.05 MB 29 135
142,136 142,136 00000000000003458ca670ef49320cfece9dbab324f5c8e5d037f9c14738b746 0.05 MB 124 282
142,135 142,135 00000000000002be5432291d6f4319965340c562b5917067c5847e19581264ef 0.02 MB 23 301
142,134 142,134 000000000000081a6524be7ed056e271739574973d0e5bb8d81852e68b418ac9 0.01 MB 17 281
142,133 142,133 000000000000026c799991280a9a506edfbdd3470df23e5aea4989953db985ba 0.01 MB 19 558
142,132 142,132 00000000000007feb0243a05ca925f45caa31423686dbc3192093c3776cb1e9e 0.01 MB 29 218
142,131 142,131 00000000000008f0e707430c2057deeca135180beeb4f9c9bc0e2c8b17ec7f0d 0.02 MB 31 230
142,130 142,130 000000000000042b44acd9353518e89c1a7f644327daddedb900ad769a677a68 0.04 MB 104 104
142,129 142,129 00000000000002696619f8aa133c1aa2b6cfe52560b6b1c871beaf8b326761d4 0.02 MB 51 146
142,128 142,128 000000000000036b78215f484d5f62caa2af223a830478b88187016322d4fa04 0.02 MB 36 141
142,127 142,127 0000000000000424f23d81f02a67297890290355dd627ee0f02bfe4a745a7610 0.06 MB 169 88
142,126 142,126 00000000000007e1eece719d55e195aedcf28f5f0b999b1eeedc11db312f54a1 0.01 MB 13 298
142,125 142,125 0000000000000335d6be24152982cd4cbf9ff1a819e5c8fa140e9867b0c0ef7e 0.05 MB 117 161
142,124 142,124 0000000000000444aaf52061a9c4f9174eb274ef7193f802524ee33c54c27934 0.03 MB 44 257
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.