Memory Pool Memory Pool Refreshing

639 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
901,988 000000000000000000023a040000000000000000000000000000000000000000 0.22 vMB 639 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,987 (744,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,034 157,034 00000000000006aa59c33832a3ad5e4556d311cde63a7a30822fd1aaef609f8e 0.01 MB 42 3
157,033 157,033 000000000000095915b79fbf9faf3ba1d4c1053a17adf218f13b75158eeb2603 0.05 MB 80 191
157,032 157,032 000000000000054c6e4b106ee5cbffc3b664e1e5b465af88855d7f702202d518 0.00 MB 8 42
157,031 157,031 0000000000000bd9007709a7ac4be0ad5c0e947a4005d850aa476098454f1f08 0.02 MB 57 79
157,030 157,030 0000000000000002b402c14ed6fe9c7811defc93ffa81ec0c399fb9ba9c19db2 0.00 MB 3 78
157,029 157,029 000000000000011ba0a0364d705d1b8614404250ea88483918ed2112a6d5ee11 0.00 MB 6 890
157,028 157,028 0000000000000cac809482c8dc73fbef39d1e73d6f201d33d8480418fde3a914 0.01 MB 19 610
157,027 157,027 00000000000007b4b96eec5c5e40bd8b8e2312aa0c3b73ac1f62d46c9800c44f 0.01 MB 25 161
157,026 157,026 00000000000001fdf6cc1b03daff65070d9750ab8f93079220f340a9eb294ade 0.00 MB 11 35
157,025 157,025 0000000000000a9b3e0a5381e9bcc93c203bbbe8031db5a1148d52a2c0905f3d 0.01 MB 26 87
157,024 157,024 0000000000000e8f15fcd2bd5b886db2352d7011e1f9b244d86aa94f73fbe114 0.01 MB 18 395
157,023 157,023 0000000000000edf631c9db4a773b2cbd1bbd629c340ad75a02dfcac4b08c416 0.00 MB 10 17
157,022 157,022 000000000000061f79d2947d0c252f29c36c00b399e9eb58e677dba222fc8b34 0.01 MB 8 17
157,021 157,021 00000000000006a0c7a9daac89640b3a2eedf6b96dc64c4066398e7ce499f629 0.01 MB 30 31
157,020 157,020 000000000000093f42029673132b23a5fdcb7522e3f4956d2b2c483ce848f04c 0.01 MB 44 171
157,019 157,019 0000000000000b2b3816fd1d217866612512d32fe51394aa2da9f5387b29a045 0.02 MB 39 162
157,018 157,018 0000000000000c8eef86257dbcc7cf72d12aef24f063b512290d178bf5226288 0.01 MB 40 0
157,017 157,017 0000000000000cfb7dab75ec71e41b1e94a5b15ff947738fd70c6752d13369b7 0.00 MB 16 290
157,016 157,016 00000000000002dd1f38a0a1c2745c9fa96db5374af8d69c4a0f1e49912da8ef 0.02 MB 41 297
157,015 157,015 00000000000004f41aafd84dd3202aaa0d04b566c0de2361b748639aff766e2e 0.00 MB 10 747
157,014 157,014 000000000000047d14364e994b47652c7064550818b31dd717727ad343144c25 0.00 MB 5 115
Previous 10 blocks ↓
Total Size: 759.18 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: 820.88 GB sent, 42.48 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.