Memory Pool Memory Pool Refreshing

830 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (618,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,978 288,978 0000000000000000ecbfb62f77a6f44fdc1ab3c458ed89b723b32b9493146423 0.06 MB 104 28
288,977 288,977 0000000000000000e270bffb9b9cc6faee0469f75ae9eb432e4db484bdd1f6b2 0.08 MB 174 44
288,976 288,976 00000000000000005ceec9b20d1c08f88c29350b17803e82075b9423d607c09a 0.38 MB 416 27
288,975 288,975 000000000000000047324473922cdda50447afb7a5313580d5820cae4ba64d96 0.15 MB 169 19
288,974 288,974 0000000000000000f48163b527c1db645698cc1ff2db5d061f78c16b8cdfb0ad 0.06 MB 128 37
288,973 288,973 00000000000000010e9f0eb3b22fa467086136da717c7dd46f838859a4bac5db 0.12 MB 240 31
288,972 288,972 000000000000000110a7b002452383069845d116b474cfc88301a19d35328e14 0.01 MB 16 45
288,971 288,971 0000000000000000117bcfe635d34194f1c3dd7b6979fcfab3e8ef8747bad5d3 0.33 MB 578 31
288,970 288,970 00000000000000002c3d42396ee9905e8c0bcc79904f375d0f9ebb962ec5e8cb 0.54 MB 633 24
288,969 288,969 0000000000000000ff716be4783bad40d1f9ba7d0df4cba0060ec0eda6d12ddd 0.10 MB 256 66
288,968 288,968 00000000000000008b97a84d86deb6e035af115794db0c877ffb9c9220b0630b 0.16 MB 233 25
288,967 288,967 00000000000000005d51f50991014feaa1d0ddf8d1a8af32772b3c5f4739ffb1 0.08 MB 115 28
288,966 288,966 0000000000000000e420c75b7160cc71fa4655ba99a7378f78ad97608fd2713c 0.12 MB 164 17
288,965 288,965 0000000000000000020ec9719749fb51759a144d62318b725362b48d3856680c 0.23 MB 473 33
288,964 288,964 0000000000000000036a37a9886adf89aafcb82464ed2d8b3b2d485145b3da62 0.48 MB 883 36
288,963 288,963 00000000000000010dd4cbed6473961af9fa2edf6c691f4cead313b78e36365e 0.10 MB 63 13
288,962 288,962 00000000000000003e70841120ecb79a5656e98da8e213599e72f6d1c1ef6a90 0.58 MB 700 28
288,961 288,961 0000000000000000727d0ee1bed0dab7c4929622f6ebc33e590e26a0eaa55bbb 0.21 MB 217 15
288,960 288,960 000000000000000109146e96195b28ca1e9c52790c661b3fca457ba1f3cfdc38 0.19 MB 512 48
288,959 288,959 00000000000000004170b7efda5760676c64ed23ca1728f4e1d32024c3543b1e 0.10 MB 114 11
288,958 288,958 00000000000000010cbb8d7cb22fb9e6948b18f957dda861f31042a0c89297fe 0.12 MB 234 24
Previous 10 blocks ↓
Total Size: 769.07 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.98 GB sent, 93.20 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.