Memory Pool Memory Pool Refreshing

72,201 transactions
31.92 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,506 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 3,773 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,505 (853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,652 877,652 00000000000000000000e1503f617a8cc499e80cdd33bc77ee73eb191e03e99b 1.77 MB 2,959 5
877,651 877,651 00000000000000000000cc56b00415283036deb368fb33dd4741e58f8ba5e9c5 1.87 MB 2,737 4
877,650 877,650 0000000000000000000108686e79d2580c9885bd71290c8e8e2481f1168e7ab0 1.50 MB 2,810 4
877,649 877,649 00000000000000000000522d84384531a6db087120c840fe9cbb1d1c22fd4cc9 1.54 MB 3,294 9
877,648 877,648 000000000000000000022d19b0f679abca851f796fc96a0447478b2e7a9d5712 1.68 MB 2,506 4
877,647 877,647 000000000000000000004ee8036d6e0cb8f7ab7362d66ad3d5e43203bf012ff2 1.50 MB 2,707 3
877,646 877,646 00000000000000000000fd586f7c984d3d24c95874cd4530b8148f7ffe0ca2ca 1.75 MB 3,423 3
877,645 877,645 00000000000000000000f296e82aef30f03e9789655216cce38de2ffb447af31 1.67 MB 3,113 5
877,644 877,644 00000000000000000000561694b3349e56a466b6a3cb59bb3838bf19338d6c46 1.67 MB 3,180 6
877,643 877,643 00000000000000000001f89b511fb14bb2c6bcbcdcdd5a9fa33e3f82781ad34e 1.59 MB 3,213 4
877,642 877,642 00000000000000000000d67c0a7017fc61ba9ca4433a16d2e43982ebbbe9313c 1.61 MB 2,342 5
877,641 877,641 0000000000000000000122104238856da72034f6ce5133a3e56770e162a3a068 1.63 MB 3,318 5
877,640 877,640 00000000000000000000f38461a23c6f6dabee6645a4f0f9eede7fd89df5cc0d 1.46 MB 3,807 11
877,639 877,639 00000000000000000000119983798dd3020b457cb6f91186428255301845a1d3 1.77 MB 2,531 2
877,638 877,638 00000000000000000001f4d61fa359844265cfd4c920e45dd112c930f4c8af9b 1.79 MB 2,857 2
877,637 877,637 000000000000000000007e4b8e8d3a1afba45b52960376064a1cb020f001bbed 1.63 MB 3,659 6
877,636 877,636 00000000000000000000c6fd680371e1a0606b2eb143c812ca102347bc708ea6 1.66 MB 3,572 6
877,635 877,635 00000000000000000001da3f3ec584c314016a095e8d9b1197fe2576555493be 1.82 MB 3,211 3
877,634 877,634 000000000000000000022e3d6cdc1199189545bc24360f01a1b7680469f32077 1.49 MB 3,008 5
877,633 877,633 00000000000000000002741a0bfc3225526dfaa3cc3224a40dc322c692967408 1.72 MB 2,714 2
877,632 877,632 00000000000000000001c9552034cfa1864ec14f448840b6a866f68647a7f6cb 1.72 MB 3,422 4
Previous 10 blocks ↓
Total Size: 715.35 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,391.31 GB sent, 41.98 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.