Memory Pool Memory Pool Refreshing

5,236 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,424 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,576 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,423 (805,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,525 102,525 0000000000006ae135e4562bef75497e5f7d210633e28f9cae90dd50c9e751ee 0.00 MB 2 0
102,524 102,524 00000000000072225e28f6fd6314593e7fa3a3ae467959679cc09128f425271a 0.00 MB 1 0
102,523 102,523 00000000000380d4f2136061a4e75499918ccacfa3d9ffa2f8dd598032058a43 0.00 MB 7 0
102,522 102,522 00000000000132299ffe137949f9badcc62481247b9aacfcefcfef25e333db64 0.00 MB 3 0
102,521 102,521 0000000000033d6fff74b7c4a4da903c0435cd4bc007cbd07a1c409ff361037a 0.00 MB 7 0
102,520 102,520 000000000001276c2b3c402c00298bd5e4e8fe99cc27843073a5b71e5449915b 0.00 MB 2 0
102,519 102,519 0000000000001f9db3643f3eccb4b03d383e2947ce8e95f0d51fca1425cb583e 0.00 MB 12 0
102,518 102,518 0000000000004dd5bc8480e4c517c98dc70272a0b922bfbd76a219191d35a564 0.00 MB 5 0
102,517 102,517 000000000002dba7132601452e5d22d380666ced0cf858d29e042a9d5c7e4209 0.00 MB 10 0
102,516 102,516 0000000000008d129673bc2951c04c7265626dcd531d4e7048cbb079f0e7588d 0.00 MB 9 0
102,515 102,515 000000000001f2ab42bab150078cba6cc8f8de16c9eafa539ec1095c5fe81de0 0.00 MB 17 0
102,514 102,514 000000000002c9c30ce19667787acf9dbb692c24526c700b52538defcd8ba4ca 0.00 MB 6 0
102,513 102,513 0000000000019500670246ad48b2b449be4cce453255b615e24a3b076ab59666 0.00 MB 3 0
102,512 102,512 000000000001bbbeb0183c96ce514004ecb6c1b67528a214b3572f5121fee1ca 0.00 MB 4 0
102,511 102,511 000000000001ca60c4593557bcb91ad44d4bc59913d10b1aa3dec014dfe2aeb6 0.00 MB 6 0
102,510 102,510 000000000001f8c1a8d94043982cdfc9ef797525137294ae1841075141951c0a 0.00 MB 3 0
102,509 102,509 0000000000017bf904eb97050e454719f6945ce39ecced7db0998654fb497ee4 0.00 MB 2 0
102,508 102,508 00000000000236afb193839164baca7758aa0a41f4d7a02b40cf9e65955232eb 0.00 MB 1 0
102,507 102,507 000000000000dc1c5fb178e7396d345576df70878d6f7354278b406e591f72f8 0.00 MB 1 0
102,506 102,506 0000000000014b4c484111109945784a1a85c711f75bcdc6e1f723fbe0110487 0.00 MB 1 0
102,505 102,505 000000000000cdedb2017e1adf16765eeedee03ee1666ccd5efb29e2559253e9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.08 GB sent, 99.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.