Memory Pool Memory Pool Refreshing

200 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
901,370 000000000000000000023a040000000000000000000000000000000000000000 0.05 vMB 178 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,369 (702,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,133 199,133 000000000000005f0ac50cb1ba0ac03927a813a8a8ae1fad3ad03eff20d4e11e 0.00 MB 12 2
199,132 199,132 00000000000004bd58090a243bfaebd86360e2889cfbf67bcd6f5dc70b673c88 0.09 MB 276 148
199,131 199,131 00000000000002338189d03080a08cbd0cebacb4fa0b94c54ca54b84f62d044a 0.03 MB 83 136
199,130 199,130 0000000000000622d4e8b4db0d3d801562e5b0559f0db885847e1f42047e45ac 0.02 MB 44 128
199,129 199,129 000000000000020a8f0f4587dd67b441d59ccd940dbf153daee3e7d5019896d9 0.08 MB 179 106
199,128 199,128 000000000000062671dcf733067b6ff94aa848cd139069990d9b9baa26654309 0.00 MB 12 320
199,127 199,127 00000000000006034ae47613adb57aa024c182908e58626edc9f8d6a676a2a14 0.19 MB 442 131
199,126 199,126 00000000000005780d5da13aa476f679db348b3bd9ae553235ffb8409c2f6089 0.06 MB 124 446
199,125 199,125 000000000000019871bc4fb23fb11af179d9a4fb740a6b91bfd61a5dd8878e64 0.06 MB 161 197
199,124 199,124 0000000000000118a1b8ba5d280d17ee6b47118b241ba26cc643c913a1faab4f 0.01 MB 19 95
199,123 199,123 0000000000000473cfe9184e4e9d84095d155ea98ccb1c0a8db0c11ae89a76c0 0.06 MB 171 146
199,122 199,122 000000000000003cde1f557ab498abd944f9161a2009ba454992b6aa28833292 0.03 MB 58 17
199,121 199,121 000000000000047d62f9e0d6bf562caeccc4b86ba162feb4528ac0cd02c90ab9 0.15 MB 307 132
199,120 199,120 000000000000035b6d409bf59cbdbc0d5218bd6761b3dadf439a949e91310529 0.03 MB 67 155
199,119 199,119 000000000000026337eed1b994a6658f667c2fba2ac63e866b848d12dc939623 0.01 MB 12 47
199,118 199,118 0000000000000262957e9f2938afe6af251162e5debc20f08aaf94789f0e808f 0.10 MB 180 95
199,117 199,117 000000000000062247499a9bea3c805c425260a78aa02bd9cf5fdeb2c3219ca8 0.05 MB 60 93
199,116 199,116 000000000000039eb7b7cb381651ca3bd75defabcf38063ba6ca048cb0bb6113 0.04 MB 112 117
199,115 199,115 000000000000036aa81e40699d6a6d9fa935b3e7c7c7255b3374c1de559f7bf3 0.08 MB 184 70
199,114 199,114 00000000000005f86114cf12ef7e956b35dcc6071ca18e00bb9bae6e9bb383e1 0.25 MB 741 159
199,113 199,113 000000000000032900efe2d2922c4e3b7174a1eb3c5e90fa8cae8eb0b57e0345 0.05 MB 181 42
Previous 10 blocks ↓
Total Size: 758.13 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: 717.90 GB sent, 37.51 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.