Memory Pool Memory Pool Refreshing

1,335 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,317 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (734,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,253 173,253 00000000000009d5a1dea961441fcf4a8410aa76fbca0a07db44d9607c782cbe 0.01 MB 13 70
173,252 173,252 0000000000000090db47ddc4cf72ac35b69e40ee45c4e8eb06fa6fdbefc047d7 0.01 MB 34 379
173,251 173,251 000000000000046800b70b9c448d7d5477a111e5849963333f4df393fadd9ba2 0.03 MB 85 48
173,250 173,250 00000000000008ddc6a6266aa4a9d87f111db28dde793c67781875c7e93c7ce8 0.01 MB 21 61
173,249 173,249 0000000000000972c26d5309fb1398bff97375199208a6d6b13c19c485d41c49 0.00 MB 10 457
173,248 173,248 000000000000048ded828a732161fab1ea02172eb9a830c3d896e163372c64f6 0.02 MB 68 219
173,247 173,247 00000000000003030cb978e6b74461fae9a7a027775055083faa4a51452c9628 0.00 MB 1 0
173,246 173,246 00000000000008ee485726d4de68f31092371c720267e70b50dd18c5fefef4ec 0.03 MB 75 89
173,245 173,245 0000000000000756d5d8e45b0319cde9a1780bcb4194e585b2a198a067ff0fa5 0.03 MB 32 360
173,244 173,244 00000000000006f934316956fd97fac319b1c55e4996da54047f3a132afe84a9 0.00 MB 1 0
173,243 173,243 00000000000007a5d51abdc5cb059ec9023632ec2fed62c3a2c7545eb6916cd0 0.03 MB 104 80
173,242 173,242 0000000000000203fd489a263beb2f712659683b94cd97c2c9effd198e6d552c 0.01 MB 23 258
173,241 173,241 00000000000002fe49bf4680c427d2dd9cbfcdf723f6ec0f9258cd581c143723 0.00 MB 1 0
173,240 173,240 0000000000000440a717208bb166cffcd4b504c7010f7adaf5813200419b6d7d 0.00 MB 1 0
173,239 173,239 000000000000031a5bcb92cfacbf8ea46c34ce7c834d5bdb599e014bc86dfd4e 0.02 MB 42 380
173,238 173,238 00000000000000379a7a6a8507425cae52232288ff827b6799088ff915751ec8 0.02 MB 60 125
173,237 173,237 00000000000009924fba0cfff7e78ee71e8f5d02ca2c8d2c3f7fc7bdf834374c 0.00 MB 5 0
173,236 173,236 000000000000010d890cd2b04a144f9214df10e57e4151bbc51569418b068e69 0.02 MB 51 81
173,235 173,235 00000000000002d5cc4f4dadd5cd555f19b4c2290cb37b241d763c7f70334fcb 0.00 MB 1 0
173,234 173,234 000000000000009616efbd0888833042c61513b6e9635e923095f088db2f89b0 0.00 MB 5 0
173,233 173,233 00000000000007eaaf9c5e85800c5c3337dc87dd1bc885b5a2c0fcd28e7b5308 0.04 MB 50 488
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.