Memory Pool Memory Pool Refreshing

46,963 transactions
21.67 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,316 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 4,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,315 (749,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,613 128,613 0000000000001a0b451ce47b2fc604face72c32fa73cbf1db5a5000aa69a12ea 0.00 MB 1 0
128,612 128,612 00000000000009b73ac92ff897bf3b815cc146b781d8ec00c3326793934caeac 0.01 MB 19 45
128,611 128,611 000000000000248dd17a651a4484f79e608c8a54ae9adecc77e042c85a5ebd7f 0.01 MB 30 435
128,610 128,610 000000000000075052ffadfa772a7f5889fa7261c51ae946321c4969f773047e 0.02 MB 71 106
128,609 128,609 0000000000000bdb45f2694aec689b8f68ddea5794d091633445ff823dc5cc4c 0.03 MB 39 1,067
128,608 128,608 000000000000038146344024b086bac79d565e3797315792ba823b73ec86b5de 0.01 MB 11 1,004
128,607 128,607 00000000000015c80c303938d254d51c0ffba25872fcec9e4622390ed248689e 0.00 MB 12 0
128,606 128,606 0000000000001b3ad5af88391cf1e1eb7a42fc4981008688495a66a561ee253b 0.07 MB 194 1,042
128,605 128,605 0000000000000ad21223650745135b306e4843484ece3b9002ebeaa466489be7 0.01 MB 21 1,033
128,604 128,604 0000000000001d6de108a795a601c60a314906ecb70cf2f3c200d04eee4fdd9c 0.01 MB 19 1,076
128,603 128,603 00000000000011d9c55341babfdeb67f638bdc5941985d97618f2d647d19372b 0.06 MB 183 816
128,602 128,602 0000000000000125327cccca912557457595237fdddb9e8d4803afca3f0d8fd8 0.01 MB 33 892
128,601 128,601 00000000000008ea37461767aa58c529f8f6483cf9b1e784b2de24c98165c918 0.03 MB 39 373
128,600 128,600 0000000000001f458b584aaccfd8efaeadb9222e4390b3e87fdaa5a9ccc8ecbe 0.01 MB 18 1,101
128,599 128,599 00000000000011b25138d0c70a262db7d98eb2bf976072fd9b6c7091e574db9f 0.01 MB 31 1,339
128,598 128,598 000000000000049c2f76cf373a0af62107d4885f5615265bca259547887371a6 0.00 MB 6 1,302
128,597 128,597 000000000000220d953a399e816c64ae414852fbc03108190b2a2b4603f50919 0.00 MB 9 1,660
128,596 128,596 00000000000019d58788766f7be80a470ecb5cccc2b98bb658a86aa055871fbb 0.03 MB 77 283
128,595 128,595 00000000000022fe2e58b6d2f0cb5fb4abe49db63750095bfacfec3891121bfa 0.00 MB 7 1,957
128,594 128,594 0000000000001a7dcac3c01bf10c5d5fe53dc8cc4b9c94001662e9d7bd36f6cc 0.03 MB 93 7
128,593 128,593 000000000000166d87b745a1d2af24f51c4b98021f8c027954711ce45f2024b3 0.04 MB 70 1,018
Previous 10 blocks ↓
Total Size: 714.98 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,371.03 GB sent, 39.52 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.