Memory Pool Memory Pool Refreshing

491 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,019 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 479 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,018 (763,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,979 144,979 00000000000002ddc33c11bff66ec268a38c62327b50927dbe23a533f750f51b 0.01 MB 24 148
144,978 144,978 000000000000024d66cfcfc889f3c51a0f5cb11e5a0f5f7a4c5351b30d9a6718 0.04 MB 73 144
144,977 144,977 000000000000010d5bd2cfba4d00026c23cf3e50f40e41b2b250e68a365cd54a 0.01 MB 16 101
144,976 144,976 00000000000003b665278c8c8949a97c445fb29d74cd540a0b35c698274497d5 0.00 MB 12 17
144,975 144,975 00000000000000758010bdcfaa377bef3e4995f21e3a8b46eadc3038e3d93e45 0.01 MB 11 212
144,974 144,974 000000000000075246f081390be870dd1df19a0627f302d1747669038e195a95 0.01 MB 15 423
144,973 144,973 000000000000041edb85eed00e8b99f693f5c285603db777ef28826377a1e9f7 0.01 MB 33 15
144,972 144,972 00000000000006056cab7417a35a2b6f9a5a22e89218c3ed1df15ce590c21745 0.00 MB 9 44
144,971 144,971 00000000000005a062375d538bffeac5e67f27cfaab5a8e7bf465e47cd5347fc 0.01 MB 15 208
144,970 144,970 0000000000000114bc97a4e7eab7fb66ff2d3e6b9feff45814d6c87b038b788f 0.01 MB 33 198
144,969 144,969 00000000000009039a14b9a58f8f4c7c4541c1197061c9ff6c0b5a2c1590ae97 0.03 MB 25 528
144,968 144,968 000000000000052fb43cad0812cffbf8f91e91bdce77d4a2c69a98983b13960f 0.00 MB 5 132
144,967 144,967 000000000000088722f09a27d6c1ca7c69a0ed1734a8c3e4ee0f68f3c51dfe06 0.02 MB 58 128
144,966 144,966 000000000000026e77c5cf7b5c4bea2a96edbf2c24999666c1c9bbdd55ef285b 0.01 MB 22 483
144,965 144,965 0000000000000280cc7f8c9ad916e9306fbfff8fc395fca121243caee2b77490 0.04 MB 109 127
144,964 144,964 00000000000001c8dec1e2605030c81d26baa25f7bdbb3f35b10ab01421f7160 0.03 MB 65 129
144,963 144,963 000000000000048a49245d9eff1f00d37c33a5c83944c7a6d02a07c57eb6617d 0.02 MB 49 75
144,962 144,962 00000000000005f025dffe870fa2a97b2379f2bfc4a2c99ef072bbeefe67e3fc 0.04 MB 145 91
144,961 144,961 000000000000039757eccd1c503491387d7be88e9542b7c76fb6db3860a8257d 0.03 MB 66 132
144,960 144,960 00000000000005d0ddb5104d796151811609b9920f98059bd4f0b79f26eeef9a 0.05 MB 59 99
144,959 144,959 0000000000000309a58d6f33da63cd0d87bec7418b054181d36178edfebc9749 0.01 MB 9 42
Previous 10 blocks ↓
Total Size: 769.58 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,650.81 GB sent, 95.82 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.