Memory Pool Memory Pool Refreshing

4,436 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (722,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,443 185,443 0000000000000a5baa2b5d6d51d1f271a929ce0c8234aa82ffdb04025d159013 0.03 MB 72 141
185,442 185,442 00000000000002bd668ab65683797789a0be2106cbb977d66183881f1da100cb 0.05 MB 153 52
185,441 185,441 000000000000015ac5485d290b209e257dfb710683b7e8bfdc7ea8d49b6a825d 0.17 MB 269 89
185,440 185,440 00000000000001f75bb9234882ee3651e46d2527eb4d17125b383c814c1096c2 0.03 MB 66 101
185,439 185,439 0000000000000164308186682cae1cd94a290fcb3db072c4ffab8b6620211045 0.04 MB 65 100
185,438 185,438 00000000000004946f8507c2dbd0f3fd4033cb0c5f542cd306b407d165191a0a 0.02 MB 16 62
185,437 185,437 0000000000000004a1417ece383c84de768e52bb2e532ab827f25c48386db83f 0.22 MB 364 103
185,436 185,436 00000000000000bf42c3bbdd17c814581767caf781da09b5b3b86b7ff3c916a6 0.00 MB 10 0
185,435 185,435 00000000000000ec48bbcbe4e3ef6653839a80f83ec2e0b0ba99abddcf6c0ce5 0.02 MB 58 62
185,434 185,434 0000000000000654395b4facf55735ad7c1bcf6ca0b5a112731d0b13ef5280fc 0.00 MB 15 48
185,433 185,433 000000000000032f279d0930fd2e49ab49848ee8e5541699a61042fdbe0ff025 0.24 MB 368 107
185,432 185,432 000000000000015a7bfff2af11a1ecd324fca1618611ff8446a1df88fd02243f 0.01 MB 47 209
185,431 185,431 00000000000007f384b715a6afaeccbb56944385e607575d17820fc476dccf81 0.03 MB 86 168
185,430 185,430 000000000000058b4ad6e68f42cb9b2877f84358430679033e13d225c1d8d11b 0.01 MB 17 40
185,429 185,429 00000000000008fbee2e31fb000c743a71b0036047c5d28d7933eebf5d060ea5 0.08 MB 154 88
185,428 185,428 000000000000011114d02a290bdb6be48f71264398b0008ad9658a89dc0fefb7 0.02 MB 35 179
185,427 185,427 0000000000000161b30a97dc56a929e815438765e59990ba00f5c69408f0f8f0 0.11 MB 115 63
185,426 185,426 00000000000001790d64b3d68436c634f9b79a452e0dfe2bacb336a131dde2b4 0.19 MB 440 121
185,425 185,425 000000000000081d3514d17b62dd6b33adf4da0eb269f818926f0cca5bf5bf1b 0.02 MB 44 152
185,424 185,424 00000000000001dc06a1ff488371e3c94692952746ac7144ac91b5d7184654da 0.02 MB 33 521
185,423 185,423 000000000000078f54126742ffa2f661e9c4e26bbcc62975714a7997938ec99b 0.25 MB 609 145
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.