Memory Pool Memory Pool Refreshing

3,389 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (621,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,062 286,062 000000000000000057749ac52ecdc4f50cc2311c2509f42687204d22362c2a6c 0.08 MB 158 30
286,061 286,061 0000000000000000f35e313973c79dfc7ded9ce6c54f73355757963d785af9d6 0.26 MB 585 41
286,060 286,060 000000000000000105b4668fa1d14090b51941ca577d4adb1fab50b7b0af9b09 0.12 MB 195 25
286,059 286,059 000000000000000060f55e2db4b462a8daa284cf96f4a12f08ddf0125dcc0b9b 0.06 MB 207 102
286,058 286,058 000000000000000166c1df0822d08ce6e718f973e49592b838bf6225fe74c649 0.04 MB 108 62
286,057 286,057 000000000000000109374c561e0aad7179672a9ebb3ad427ed8ae805cf7cae34 0.06 MB 96 16
286,056 286,056 0000000000000000faf45c11dd91ec4216337dc1c8696cf32a9567e5be6d21bc 0.06 MB 160 53
286,055 286,055 0000000000000000607f486fd71527cda9aff37a0ec523101cadf3e3f9383591 0.23 MB 338 20
286,054 286,054 0000000000000000db4449d6e40a8f7ab1bd4bbe2a93e783f323e6e43077e786 0.06 MB 192 90
286,053 286,053 000000000000000140f645f9cf120bca7a4bc88d5b337f3dfb8dcfba909002ee 0.02 MB 32 30
286,052 286,052 0000000000000000d3b38a1aaad7bae4c7b362eba5a4e9e4c61290e471aee137 0.12 MB 225 36
286,051 286,051 0000000000000000ed59c417b6edb93082995540746cbf2a789c041b06fb4f6e 0.20 MB 272 34
286,050 286,050 00000000000000011b669ac8a4ebc3a3d0aefa7edac9a8f93a1c80960a12c5f5 0.12 MB 284 39
286,049 286,049 00000000000000003d6a6b8afdc730dbe406f300912db88ebb98f0cb90e86ecd 0.04 MB 99 97
286,048 286,048 000000000000000115e45f1dad677b2ebcd56b6cff46da586ae29c7b7e7eb7f4 0.34 MB 605 33
286,047 286,047 0000000000000000b31f687f4a850265e9660b5bd0ed424412b7c131afc60054 0.02 MB 43 15
286,046 286,046 0000000000000000ca7b1c99ceb3d6ff0df4dda4d26af15b7e3bb0b244d46025 0.14 MB 339 46
286,045 286,045 000000000000000168086b439eea30f2f53fc7e7d43e5764a05f32f4afcb3728 0.64 MB 1,149 30
286,044 286,044 000000000000000183b71a8a9064dc9f8e1376472512f4998f875d9ba017284a 0.03 MB 64 40
286,043 286,043 0000000000000000fa73772b54e6fe7c3d55c08488295f021179ef9a0b996566 0.05 MB 128 81
286,042 286,042 0000000000000000e2fc86a5fec755e082b1e552bf91a053f1470bf1465f44d1 0.43 MB 833 32
Previous 10 blocks ↓
Total Size: 769.06 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,627.87 GB sent, 93.18 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.