Memory Pool Memory Pool Refreshing

9,968 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,871 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (702,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,008 205,008 00000000000004d6247e1afb81a0e00f19e4970546f78f2f509baea39eea30f4 0.04 MB 92 193
205,007 205,007 0000000000000370807955acbd67ddd86b1e5e223995929a20d2f4f864450f73 0.00 MB 1 0
205,006 205,006 00000000000002bf1f36b232555ea409a1cebef72a876beee679b8843a0b36e4 0.03 MB 91 117
205,005 205,005 0000000000000500d9fb5d9f4189579b6a6f03ec92142653bd875453531a68c0 0.05 MB 115 121
205,004 205,004 0000000000000239c3715bf816dce6cb3512bead6bda9e5569c33d7d8157d9b9 0.00 MB 1 0
205,003 205,003 0000000000000168d48003c4402be7d5fc72110354c90ff3e1e42b235011fe20 0.09 MB 130 116
205,002 205,002 00000000000002ac3dee3802e3011de21af8dc78043ccedbd24c0e794b4ef49f 0.00 MB 11 29
205,001 205,001 0000000000000351a0da44dce8c5d921994ec86cc95f3ca39d2ead98f63e73fb 0.03 MB 39 87
205,000 205,000 00000000000002cec464aa21f8aee916b90e6c5c836efa25e4057b74ca6b921c 0.03 MB 9 10
204,999 204,999 00000000000000b8bd14bbf8a257ba8a4ed81738627e0d01aff4494f3a7cb465 0.04 MB 59 102
204,998 204,998 00000000000002385a3d486d5d9395050cdd9036c2678ab8d7ad9ea47c38a693 0.07 MB 197 138
204,997 204,997 000000000000020ee0485887bf8d8884a6ce5b437c5ae388f38c9e5e54e03201 0.09 MB 175 181
204,996 204,996 00000000000001b4f413f3cd1f4887bb2bbc3b807b6f23c549b8babe351bd39f 0.00 MB 4 88
204,995 204,995 00000000000004800d2fad1d6f3e41d41263f6b8b0610ad6c41a17b0e1ebd497 0.02 MB 38 70
204,994 204,994 0000000000000329dcd9173220ee8878ee6351a309159b4e493a6830fba4a02e 0.05 MB 148 140
204,993 204,993 00000000000003794bec2cfab88c592c417df3077071b21c0e3d6acfe0d70674 0.08 MB 199 191
204,992 204,992 000000000000025afd0da54f8ed7a768099807ea3b7b1fe9d7dbb4b8991f1675 0.12 MB 341 191
204,991 204,991 00000000000001145a662c7bee0296efd74064e963d69546b94bc85986b23e04 0.03 MB 57 157
204,990 204,990 00000000000001ce2bf193ff013228898dbd3a93e58cf2f18dfac7523a6ca066 0.00 MB 4 17
204,989 204,989 00000000000001e5c2d98d31f92d070aae399b9349aee2783fbf97943cb889c5 0.06 MB 89 108
204,988 204,988 00000000000003a445ffcc7ed1ff43f969f97920330bb63d0bac7a9fdf0f190c 0.05 MB 138 112
Previous 10 blocks ↓
Total Size: 769.03 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,625.35 GB sent, 93.03 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.