Memory Pool Memory Pool Refreshing

3,217 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,902 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (441,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,148 466,148 000000000000000001c32dfc44d66d4cd9dea5ae23a632d2b115b729de3637ef 1.00 MB 2,295 134
466,147 466,147 0000000000000000011e1f65ee49928e124358187ec5ee2a037dcc48cbe9198f 1.00 MB 2,149 143
466,146 466,146 00000000000000000011c81d02df2d7ea8d9404c9a3fdaffcc9885fce0d202c0 1.00 MB 3,567 148
466,145 466,145 000000000000000000866fd5663706ab1e4c64eebccd1aa33692929f7556eb3d 1.00 MB 2,042 175
466,144 466,144 0000000000000000006743faeb54fc52f539d2a342d670f68a66de3f27d51be6 1.00 MB 1,936 164
466,143 466,143 000000000000000001ea50550a67522ef5ffe45a9763675546f602c10145d4c5 1.00 MB 2,248 132
466,142 466,142 0000000000000000009e59faa2a9ae8cfceb6a432305fb25139bebe56437960b 1.00 MB 2,142 220
466,141 466,141 000000000000000001cb169b0b6f223b2e1590e782f0af63ced6768881c81744 1.00 MB 1,892 134
466,140 466,140 00000000000000000162e774201338da104dc60a8d00d5e9ab745a90aca2e7bb 1.00 MB 2,308 154
466,139 466,139 0000000000000000010c0c541f1afdec4b79404ab526afa148336a03d684eada 1.00 MB 1,967 197
466,138 466,138 000000000000000000670c6d9d40dec872d5ed1965cda07d252dd93528007e3e 1.00 MB 518 162
466,137 466,137 000000000000000001ad0d8050ac230798645579d0c076ea901343cb08c93446 1.00 MB 405 203
466,136 466,136 0000000000000000010bc829b1fac35958884fe44b1684c1675ae5bc6144c8ca 1.00 MB 420 206
466,135 466,135 000000000000000001f55b8bfab4f2a4916f5014a5f3f02343725b836ac7d53c 1.00 MB 627 201
466,134 466,134 000000000000000001f4f31fb4d320157dc16121f46030e2dda95fc5acc43118 1.00 MB 312 196
466,133 466,133 00000000000000000160fd8577b9e9bba831ad47d52ab4057b11f3319b9fca88 1.00 MB 2,150 155
466,132 466,132 000000000000000000f87130ccbdbff29aed097143633428c207ef23eddf1a22 1.00 MB 2,287 246
466,131 466,131 000000000000000000cdd19c5432ef03d4ef0ea97ca9a19355c12a0c790070a7 1.00 MB 1,909 193
466,130 466,130 000000000000000001d76027fd32383af022a8499afab3973592cf4075fd18d9 1.00 MB 1,310 185
466,129 466,129 0000000000000000013f412d99091db0ef4e54a93fc2b8d30070fb124747e427 1.00 MB 2,365 144
466,128 466,128 000000000000000000e8950973d7f8bb26c0f9788052b90118b4c0e7aec225e4 1.00 MB 1,810 166
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,649.32 GB sent, 95.75 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.